oxAuth icon indicating copy to clipboard operation
oxAuth copied to clipboard

feat: introduce new UpdateToken methods in oxauth which exist in jans

Open yuriyz opened this issue 2 years ago • 0 comments

Describe the issue

Introduce new UpdateToken methods in oxauth which exist in jans.

Currently in oxauth we have one method:

  • modifyIdToken

In jans we have:

  • modifyIdToken
  • modifyAccessToken
  • modifyRefreshToken
  • getRefreshTokenLifetimeInSeconds
  • getIdTokenLifetimeInSeconds
  • getAccessTokenLifetimeInSeconds

yuriyz avatar Sep 23 '22 15:09 yuriyz