Skip to content

feature: expose token through the user

Eduardo Sanz Garcia requested to merge token into master

Exposing the token to other services is essential for correct usage of jwt auth, to be able to authenticate requests against secured services.

So we make it easier to use tokens

Merge request reports