You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
patch[oauth]: Refresh Token Ahead of Expire
Add option to refresh a token before the expiration time. This helps in situations where the client and server are not time synced.
patch[oauth]: Change Client-Cred Flow Payload
Change the payload of the client-credential flow call to URL encoded form submission.
Make the target audience of the requested token optional, and allow the value be any string.