feat: password grant
This commit is contained in:
@@ -5,8 +5,8 @@ league_oauth2_server:
|
||||
encryption_key: '%env(resolve:OAUTH_ENCRYPTION_KEY)%'
|
||||
enable_client_credentials_grant: true
|
||||
enable_auth_code_grant: true
|
||||
enable_refresh_token_grant: false
|
||||
enable_password_grant: false
|
||||
enable_refresh_token_grant: true
|
||||
enable_password_grant: true
|
||||
access_token_ttl: PT10M
|
||||
resource_server:
|
||||
public_key: '%env(resolve:OAUTH_PUBLIC_KEY)%'
|
||||
|
||||
Reference in New Issue
Block a user