Expand description
Registration and email verification handlers
Structs§
- Domain
Validation Response - Domain validation response (public for reuse in community profile creation)
- IdpAvailability
Response - IDP availability check response
Functions§
- get_
identity_ providers - Get list of trusted identity providers from settings
- post_
register - POST /api/profiles/register - Create profile after validation Requires a valid registration token (invitation ref)
- post_
verify_ profile - POST /api/profiles/verify - Validate domain/id_tag before profile creation Requires either authentication OR a valid registration token
- verify_
register_ data - Verify domain and id_tag before registration