Skip to content

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