mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 04:03:47 +03:00
refactor: remove duplicate fosite config properties
This commit is contained in:
@@ -51,9 +51,6 @@ func newProvider(store *Store, authenticator *federatedClientAuthenticator, sign
|
||||
RedirectURIMatcher: matchRedirectURI,
|
||||
EnforcePKCEForPublicClients: true,
|
||||
EnablePKCEPlainChallengeMethod: true,
|
||||
FormPostHTMLTemplate: formPostTemplate,
|
||||
RefreshTokenScopes: []string{},
|
||||
GlobalSecret: secret,
|
||||
SupportedRequestObjectSigningAlgorithms: []string{"none"},
|
||||
FormPostHTMLTemplate: formPostTemplate,
|
||||
RefreshTokenScopes: []string{},
|
||||
|
||||
Reference in New Issue
Block a user