Comment on Ask HN: What type of Auth are you using on your side projects?Comments−codingclaws1yI develop an internet forum [0] that uses express-session with a Redis datastore for standard username and password website login. Separately, it also has a JSON API that uses OAuth 2 auth code flow with PKCE [1].[0] https://github.com/ferg1e/comment-castles[1] https://www.commentcastles.org/api#api-user-authentication
Comments
I develop an internet forum [0] that uses express-session with a Redis datastore for standard username and password website login. Separately, it also has a JSON API that uses OAuth 2 auth code flow with PKCE [1].
[0] https://github.com/ferg1e/comment-castles
[1] https://www.commentcastles.org/api#api-user-authentication