Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Make OAuth tokens API more resilient
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Make OAuth tokens API more resilient
Alex Gleason
requested to merge
tokens-improvements
into
develop
Jan 24, 2023
Overview
1
Commits
1
Pipelines
1
Changes
2
Summary
Don't use
.json
at the end of the GET request. It's not needed.
Handle
valid_until
being undefined, null, or empty string. It's possible that tokens can never expire. In that case, simply hide the date.
Merge request reports
Loading