Skip to content
Snippets Groups Projects
Commit f6d7371d authored by Renzo Lucioni's avatar Renzo Lucioni
Browse files

Unify JWT generation code

These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
parent f91da141
No related merge requests found
Showing
with 239 additions and 271 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment