add forgot endpoint
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import os
|
||||
|
||||
ISSUER: str = os.getenv('ISSUER') # type: ignore
|
||||
USER_TABLE: str = os.getenv('USER_TABLE') # type: ignore
|
||||
|
||||
EMAIL_SENDER = ('EDUSEG®', 'noreply@eduseg.com.br')
|
||||
|
||||
OAUTH2_TABLE: str = os.getenv('OAUTH2_TABLE') # type: ignore
|
||||
OAUTH2_REFRESH_TOKEN_EXPIRES_IN = 86_400 * 7 # 7 days
|
||||
OAUTH2_SCOPES_SUPPORTED: list[str] = [
|
||||
'openid',
|
||||
|
||||
Reference in New Issue
Block a user