Change Updates

Do not miss any Authentication API Reference | Streambird changes, ever again

Subscribe to the Authentication API Reference | Streambird changelog to be up to date on recent changes.

RSS

Mar 3, 2022

main
v1
Compare

API structure has changed

3 structure changes including:
2 Breaking changes
3 Modifications
Modified 3 Breaking
POST /v1/auth/magic_links/create
  • Body
  • content type Modified
    • email, login_redirect_url, registration_redirect_url, login_expires_in, registration_expires_in, requires_verification properties Removed
    • user_id, expires_in properties Added
  • Response
  • 200 response Modified
    • app_id, first_name, middle_name, last_name, active, email_id, phone_number_id, created_at, updated_at properties Removed
    • token property Added
POST /v1/auth/magic_links/email/login_or_create
  • Body
  • content type Modified
    • login_redirect_url, registration_redirect_url properties Modified
POST /v1/auth/wallets/verify
  • Body
  • content type Modified
    • user_id property Removed
    • signature property Added
  • Response
  • 200 response Modified
    • challenge property Removed
    • is_default, is_ready_only, is_imported properties Added
  • response Added