mirror of
https://github.com/nabbar/golib.git
synced 2025-10-14 03:53:48 +08:00
Bump dependancies
- AWS SDK to release v1.0.0 - other dependancies Fix Packages : - AWS : fix validator function, rules, config model - Certificates : fix func NewFrom - HTTPServer: fix IsRunning Fix other : - Fix CI/CD job to prevent alert on files modified - Fix missing licence comment header
This commit is contained in:

committed by
Nicolas JUHEL

parent
d46a10bb82
commit
1249f319bc
@@ -38,9 +38,8 @@ func NewConfigOAuth(clientID, clientSecret, endpointToken, endpointAuth, redirec
|
||||
ClientID: clientID,
|
||||
ClientSecret: clientSecret,
|
||||
Endpoint: oauth2.Endpoint{
|
||||
AuthURL: endpointAuth,
|
||||
TokenURL: endpointToken,
|
||||
AuthStyle: 0, // autodetect
|
||||
AuthURL: endpointAuth,
|
||||
TokenURL: endpointToken,
|
||||
},
|
||||
RedirectURL: redirectUrl,
|
||||
Scopes: scopes,
|
||||
|
Reference in New Issue
Block a user