auth icon indicating copy to clipboard operation
auth copied to clipboard

added jwt token to json response

Open lutfuahmet opened this issue 5 years ago • 0 comments

I added jwt token to json response.

Sample javascript client.

let response = fetch(protectedUrl, {
     headers: {
        Authentication: 'tokenxyz',
        ContentType: 'application/json',
        Accept: 'application/json',
    }
});

lutfuahmet avatar Oct 24 '20 09:10 lutfuahmet