Skip to content

Refresh token: JWT moved into header #4

@devSarry

Description

@devSarry

For the client to receive a refresh token from the server it must send a GET request it's older token to /api/refresh and the JWT token must be included in the header

From postman an example:

header

For consistency all JWT tokens should be transmitted through the HTTP headers. That means the client's post method should be updated.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions