Hi everyone,
I am currently develop a small web app with services to createAccount, login/logout, search ...etc, the aim it's to commercilize it then, and I have a question about the auth service. Which is the goods way to auth users on the app :
- A simple jwt token with a expires At
- Keyclock
- OKTA
- Identityserver
- Other service or way ...
Thank you by advence 🙂