Documentation (Anonymous)

User Management

Core Considerations

  1. Principle 6. from Company Principles - this is not a core concern hence should outsource;
  2. Must support hierarchical structures potentially demanded by large IFA organisations;
  3. But must preserver zero-knowledge guarantees - see Multiuser;

Refs

SaaS

Must

  • authentication & authorisation
  • online onboarding
  • allow emails as usernames
  • can manage these

Should

  • 2FA in the future
  • support heirarchies of users

Options

Supplier Freebie Cost Thereafter Other
FrontEgg 7,500 MAU ‘contact us’ include social networks
Auth0 25k MAU given include social networks
Firebase Authentication 3DAU / 50k MAU cheapest? can use OpenId
Amazon Cognito 50k equivalent to Google includes 2FA, needs other services

Zero Knowledge

  1. Use OIDC provider

THe Winner : Firebase. Use as a pure auth/auth soln and do everything else outside.

  • excet perhaps: user tracking … Firebase anon user…
Copyright ©2024 Numical, All Rights Reserved