Identity-TBD
A complete turn-key IDAAS solution for your projects
Avoid collecting and storing usernames and passwords for a project. Identity-TBD gives you consistent identifiers using common external identity providers such as Apple, Google, Facebook, and (soon) others. Skips weeks of development and compliance/liability worries to put your development efforts into your app, not the login infrastructure mechanics.
You could implement a conventional name/password login system to identify your users and use the associated identifier to manage your application session, but then you'd inherit the security and privacy concerns of storing these credentials and subjecting yourself to possible legal exposure and compliance regulations and reporting. Not to mention the suite of associated services such as MFA and password recovery ypu would need to develop to start with.
The best solution for managing the identity of your users is to not do it at all. Let someone else do it - organizations that you and your users can trust, like Google, Apple, and Facebook. This simplifies login for your users as well because they do not need to remember yet another password to use your application. You receive a consistent identity per user each time they log in with the provider they choose, so you can manage user sessions, cookies, and other aspects of your application flow without the messy details of obtaining and securing this identity yourself.
Start using Identity-TBD Today
Identity-TBD is available now for per-request licensing with monthly quotas via RapidAPI here
Simple to use
Just follow the documentation and examples to make the login API call within a browser,
The process will proceed through a series of HTML-driven steps that guide the UX experience that allows yoru user to choose their preferred credential provider and the corresponding UX experience of that particular provider for their sign in process. In the end you will receive a JSON "Identity" object that contains a unique identifier you can use to manage your own session logic.
More information on how to use Identity-TBD can be found in the Identity-TBD Documentation>