Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@ScriptCoded no idea, read the pricing. I used it for about a 300 ppl userbase tops.
-
R3ym4nn4325yUse OAuth2/OpenIdConnect.
So you can use almost any modern provider (e. g. Auth0).
So you can use Auth0 for now and are flexible for the future. -
@yellow-dog According to their pricing it should be free, but I find there's always some hidden cost when it comes to Google.
@R3ym4nn Yeah that's what I've landed in as well. Any Oauth2 service should be hot swappable. Mostly thinking if there's any hidden things I might be missing or notice halfway into using it. Shouldn't be if it's only Oauth2, but I'd still be using their libraries I think. -
You could also look into Keycloak. It is an open source solution but you might have to manage it's deployment. Luckily, the community is really cool and you get lot of configuration options.
Related Rants
-
xonya30** The most hilarious authentication implementation I've ever seen ** They stored password in cleartext, but ...
-
linuxxx39I get that fingerprint authentication is very convenient but I'd never use it (not even for privacy reasons th...
-
gosubinit10Protecting credentials from eavesdropping using HTTP Basic Authorization header:
Do you think Auth0 is a good solution for smaller projects? Is it easy to replace in the future? Know any good (and preferably cheap) alternatives?
question
authentication
auth0