|
|
|
|
|
by foray1010
2309 days ago
|
|
depends on if need to call other apis like microservices, you can use the JWT on behalf of the user to request the contents from other services. JWT also introduces `scope` which determine services user consented and allowed your backend to call. These things are not supported by a simple session cookie. |
|
If you're talking about something bespoke then it probably doesn't.