Skip to content

@forgerock/oidc-client@1.3.0

Choose a tag to compare

@ryanbas21 ryanbas21 released this 24 Nov 21:10
· 2 commits to main since this release
6358d9a

Minor Changes

  • #348 beb349a Thanks @cerebrl! - Implemented token exchange within OIDC Client

  • #376 c48d9c8 Thanks @ancheetah! - Implement token revoke method

  • #344 dc4d4bd Thanks @cerebrl! - Implement authorize functionality in oidc-client

    • Provide authorize URL method for URL creation
    • Provide background method for authorization without redirection
    • Introduce Micro from the Effect package
  • #402 bdbbbd2 Thanks @cerebrl! - Implement force renew and revoke tokens that are replaced to tokens.get method

  • #368 5fe1f95 Thanks @ancheetah! - Added tests for oidc client

  • #363 6c06e70 Thanks @cerebrl! - Implement OIDC logout and user info request; includes type updates and global error type

  • #417 93595d2 Thanks @ancheetah! - - Standardizes return types on storage client and updates tests

    • Improves OIDC client where storage client methods are used
  • #378 4d0ee71 Thanks @cerebrl! - Migrate /authorize to RTK Query and improve result types

  • #369 7cb0519 Thanks @cerebrl! - Implement token get method for local tokens and autorenew

Patch Changes