Task #7517
Story #7516: Include standard claim fields in JWT auth token
Update token generation to include standard claim fields
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
d1_portal_servlet
Target version:
Start date:
2015-12-07
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
Propose using these standard fields:
* "sub" - subject
* "iat" - issued at (time since epoch in seconds)
* "exp" - expiration (time since epoch in seconds)
History
#1 Updated by Ben Leinfelder almost 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
Committed to trunk and 2.0 branch.