|
|
|
|
|
by therealdrag0
3026 days ago
|
|
Depends what your definition of "unified application is". If your application has many micro-services, then a single request from the outside could folk into many nested calls. JWT can benefit this by preventing each of these calls from making it's own external auth request. |
|