ApiAuthentication
Get current user
Return the profile of the currently authenticated user, including role, email, and provider information.
curl -X GET "https://loading/api/v1/auth/me"{
"id": "string",
"email": "string",
"name": "string",
"avatar_url": "string",
"provider": "string",
"role": "string",
"created_at": "2019-08-24T14:15:22Z",
"last_login_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Update OAuth provider
Partially update an existing OAuth provider. If client_secret is provided it will be re-encrypted. Requires admin or owner role.
Initiate OAuth login
Start the OAuth authorization flow by redirecting the user to the provider's authorization page. Supports optional invitation token for signup.
