How do I add more to the payload?
See original GitHub issueHi! I need to add more things to the payload, for instance:
{
aud: environmentId,
sub: 'user-123',
user: {
email: 'joe.doe@example.com',
name: 'Joe Doe'
},
auth: {
'collaboration': {
'*': {
'role': 'writer'
}
}
}
How do I accomplish that? I’m only seeing options to add use claims and set a few other preconfigured properties, but not add new ones such as auth or aud in my example above.
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to Raise the Payload Rating of Your Truck
Subtracting the curb weight of the truck (8,000 pounds) from the GVWR (12,000 pounds) nets a figure of 4,000 pounds. This is the...
Read more >How Can I Increase The Payload Of My Truck - YouTube
Your browser can't play this video. Learn more. Switch camera.
Read more >Payload Capacity: How Much Load Your Truck can Handle?
How to Increase Payload Capacity? · 1. Better rear springs · 2. Longer beds · 3. Extra bed racks · 4. Shock absorber...
Read more >Calculating Your Truck's Maximum Payload and Towing ...
Discover more about towing capacity, payload and other ... These extras add weight to the vehicle, lowering the actual payload and towing ...
Read more >I want to modify the original payload by adding more fields ...
To add the fields in the original payload, where are the extra fields coming from and in which format? Or You want to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yep! The commit is https://github.com/vimalloc/flask-jwt-extended/commit/bcb9459b94da80bd4abcc6f24f53787d6d030b3a and it’s on the
4.0.0-devbranch. I’m not sure how stable that branch is right now, things are still in flux, but I would love to have some people test it out and let me know if they run into any issues! 👍Hi, sorry about my problem 😅. I just found the
get_raw_jwt()function which is to get all the payload data.thank you 🙌