Skip to content

added jwt token to json response#45

Open
lutfuahmet wants to merge 5 commits intoqor:masterfrom
lutfuahmet:master
Open

added jwt token to json response#45
lutfuahmet wants to merge 5 commits intoqor:masterfrom
lutfuahmet:master

Conversation

@lutfuahmet
Copy link

@lutfuahmet lutfuahmet commented Oct 24, 2020

I added jwt token to json response.

Sample javascript client.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant