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
-
sariel85343ySounds like you need to use auth as a service.
Let me introduce you to auth0, azure B2C, and Amazon Cognito. -
Nihil757553y@sariel been using Cognito. but it's just an SDK. you still need to create the pages, handle inputs, error messages, redirects....
-
sariel85343y@Nihil75 I suppose that's true, but most of the complex backend logic is already handled.
-
If you're in the NodeJS world, you could just use SailsJS if you want to be super fucking lazy with it since the template web app will have all of that setup for you from the get go.
And yes, the docs are a dumpster fire, but hey having the entire authentication flow setup and you only need to configure in the email sender and any MFA/2FA or social media logins you want to use.
Can't believe it's 2021 and building websites is still such a pain..
Do we really need to build a login page every time? have a refinement session to break it down to tasks?
("Oh right, we need a forgot-password link!")
Can't the damn thing align and look the same on two/three browsers?
2008 problems for life...
rant