Skip to main content

Module register

Module register 

Source
Expand description

Registration and email verification handlers

Structs§

DomainValidationResponse
Domain validation response (public for reuse in community profile creation)
IdpAvailabilityResponse
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