Hacker News new | ask | show | jobs
by codingclaws 619 days ago
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