DEV Community

Discussion on: Node.js + Angular 11: JWT Authentication & Authorization example

Collapse
 
justintime4tea profile image
Justin Gross • Edited

This is another example of a tutorial where it is fine for learning though not for learning how to do auth in production.

Please do not roll you're own auth in production. If you want to prototype something quickly then sure, roll your own auth, otherwise you should be using the defacto auth standard OpenID. Do not implement OpenID yourself there are a ton of providers and several good open source servers.

Do auth right, for your users sake.