NexsterOrg / nexster

Runtime of all micro services for the Nexster social network.
https://community.nexster.xyz
Other
0 stars 0 forks source link

Setting up authenticated user session #1

Closed NamalSanjaya closed 1 year ago

NamalSanjaya commented 1 year ago

Access controlled authenticated user session is handled by using a session cookie or JWT token. We need to pick which way is good for our case.

useful links https://www.oauth.com/ https://jwt.io/ https://developer.okta.com/blog/2022/02/08/cookies-vs-tokens https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies

NamalSanjaya commented 1 year ago

Any update?