Oauth
| CLASS | DESCRIPTION |
|---|---|
FractalOpenID |
Subclass of |
| FUNCTION | DESCRIPTION |
|---|---|
get_oauth_router |
Get the |
Attributes¶
Classes¶
FractalOpenID
¶
Bases: OpenID
Subclass of httpx_oauth.clients.openid.OpenID with customizable name for
the "email" claim.
| METHOD | DESCRIPTION |
|---|---|
get_id_email |
Identical to the parent-class method (httpx-oauth version 0.16.1), |
Source code in fractal_server/app/routes/auth/oauth.py
Methods:¶
get_id_email(token)
async
¶
Identical to the parent-class method (httpx-oauth version 0.16.1),
apart from making "email" configurable.
Source code in fractal_server/app/routes/auth/oauth.py
Functions:¶
get_oauth_router()
¶
Get the APIRouter object for OAuth endpoints.