[GH-ISSUE #3873] [feature]: support jwt bearer token like postman? #1362

Open
opened 2026-03-16 19:59:15 +03:00 by kerem · 2 comments
Owner

Originally created by @kael-aiur on GitHub (Feb 29, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3873

Is there an existing issue for this?

  • I have searched the existing issues

Summary

image

this config will be add a header to request before send request:

Authorization: Bearer {jwt}

Why should this be worked on?

this is oauth2 specification support jwt as access token

Originally created by @kael-aiur on GitHub (Feb 29, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3873 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary ![image](https://github.com/hoppscotch/hoppscotch/assets/12063113/b2152a04-e9ad-4c32-b955-ef56ea85893c) this config will be add a header to request before send request: ``` Authorization: Bearer {jwt} ``` ### Why should this be worked on? this is oauth2 specification support jwt as access token
Author
Owner

@MarcelHoell commented on GitHub (Feb 29, 2024):

This is supported!? Just put in the JWT Baerer Token, it is working nicely on my side?

<!-- gh-comment-id:1970621706 --> @MarcelHoell commented on GitHub (Feb 29, 2024): This is supported!? Just put in the JWT Baerer Token, it is working nicely on my side?
Author
Owner

@kael-aiur commented on GitHub (Feb 29, 2024):

This is supported!? Just put in the JWT Baerer Token, it is working nicely on my side?

no, postman can fill secret and payload, then it will auto create an new jwt token with an expire time. but hoppscotch I need generate an jwt token by other way, an I must use an never expire jwt or regenerate a new one when last jwt are expired.

<!-- gh-comment-id:1970627852 --> @kael-aiur commented on GitHub (Feb 29, 2024): > This is supported!? Just put in the JWT Baerer Token, it is working nicely on my side? no, postman can fill secret and payload, then it will auto create an new jwt token with an expire time. but hoppscotch I need generate an jwt token by other way, an I must use an never expire jwt or regenerate a new one when last jwt are expired.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1362
No description provided.