Authentication

OAuth callback handler

Handles OAuth callback from external authentication provider

get/accounts/oauth/callback

Query parameters

codestring required

Authorization code from OAuth provider

statestring required

State parameter to prevent CSRF attacks

Response

Authentication successful - typically redirects user

dataobject required

Success response (implementation may vary based on authOrMFA function)