Skip to content

Bug Fix: Move JWT from metadata to data

Choose a tag to compare

@cypherhat cypherhat released this 06 Nov 21:58
· 1 commit to master since this release

Previously, after a successful password grant, the login operation returned the JWT in the metadata response element. This meant that when the audit backend logged the login operation the JWT was logged in raw form. By placing the JWT in the data response element, this is addressed: the JWT is HMAC'ed in the logs as it should be.