Skip to content

Latest commit

Β 

History

History
416 lines (263 loc) Β· 18.5 KB

CHANGELOG.md

File metadata and controls

416 lines (263 loc) Β· 18.5 KB

Changelog

0.7.3...main

compare changes

πŸš€ Enhancements

  • Add option to disable url sanitation (be656bf)

🩹 Fixes

  • LoginMethodParams now a Partial (eb48810)

🏑 Chore

❀️ Contributors

0.7.2...main

compare changes

🩹 Fixes

  • False boolean flag returning null (b106a45)

βœ… Tests

  • Test to cover false boolean feature flags (eb27de5)

❀️ Contributors

0.7.1...main

compare changes

πŸš€ Enhancements

  • Migrate to use js-utils and refresh token support (ad2f6d6)
  • Export refresh timer methods (490fdb0)
  • Update SDK usage matrics (e688e22)
  • Get claims from either token (e84085b)

🩹 Fixes

  • Insecure token storage when using no non custom domain (7338321)
  • Only show production warning when explicity setting the 'useInsecureForRefreshToken' (958f4ed)
  • Non prod kinde domains (24be712)
  • Stronger typing on exchange code return type (17a6770)
  • State passed to generateAuthUrl not stored in state (02e34ae)
  • Custom domain auto refresh (4738ed4)

πŸ“– Documentation

🏑 Chore

βœ… Tests

❀️ Contributors

0.7.1...fix/refresh_insecure_token_storage

compare changes

🩹 Fixes

  • Insecure token storage when using no non custom domain (7338321)
  • Only show production warning when explicity setting the 'useInsecureForRefreshToken' (958f4ed)
  • Non prod kinde domains (24be712)

βœ… Tests

❀️ Contributors

0.7.1...fix/refresh_insecure_token_storage

compare changes

🩹 Fixes

  • Insecure token storage when using no non custom domain (7338321)
  • Only show production warning when explicity setting the 'useInsecureForRefreshToken' (958f4ed)
  • Non prod kinde domains (24be712)

βœ… Tests

❀️ Contributors

0.7.1...fix/refresh_insecure_token_storage

compare changes

🩹 Fixes

  • Insecure token storage when using no non custom domain (7338321)
  • Only show production warning when explicity setting the 'useInsecureForRefreshToken' (958f4ed)
  • Non prod kinde domains (24be712)

βœ… Tests

❀️ Contributors

0.7.0...main

compare changes

🩹 Fixes

  • Custom domain with http prefix (17c9007)

❀️ Contributors

0.6.0...main

compare changes

πŸš€ Enhancements

  • Add code verifier to generateAuthUrl reponse (2d2eff4)
  • Refresh fixes (ea43219)
  • Support cookie based refresh tokens (9b67701)

🩹 Fixes

  • Support generation authentication URLs in react native (a366af2)
  • Ignore expired cookies (87cbd4f)
  • Tests and error checking (8c7dbf7)

🏑 Chore

βœ… Tests

❀️ Contributors

0.5.0...main

compare changes

πŸš€ Enhancements

🩹 Fixes

🏑 Chore

βœ… Tests

  • Update test to use PromptType enum (fc1d1ad)
  • Remove left over only marker. (aa4ddf3)

❀️ Contributors

0.4.1...main

compare changes

πŸš€ Enhancements

  • Add isAuthenticated and refreshToken functions (6ae7ec2)
  • Add workflowId and ReleaseId query params (d9d723b)
  • Added localStorage store (38707bf)
  • Add localStorage production warning (3fb9290)
  • Add setItems to storage (b085335)
  • Added hasActiveStorage and JSDocs (8daa59d)
  • Add clearActiveStorage and tests (6e2399f)
  • Add remove multiple items support from store (8c9474c)
  • Add exchangeAuthCode method (eb514ce)
  • Added framework settings config and expanded tests (62ebed6)
  • Improve splitString (c78f029)
  • Add handling bad responses from token endpoint (d033a0d)
  • Updates (c7b873e)
  • Insecure storage support (c0abe4e)
  • Auto refresh token after code exchange (c2c875f)

🩹 Fixes

  • Couple of small updates to generateAuthUrl, including auto setting store with nonce and state. (e0e2422)
  • Remove exception when no state (3c00453)
  • Update LocalStorage and fix types (f2384a1)
  • Solidify types more (69e55c1)
  • PR updates (3658bc4)
  • Add missing StorageKey (05e7203)
  • Extend code verifier (7c649b4)
  • IsAuthenticatedPropsWithRefreshToken interface (561489c)
  • Await removing storage items (4f0e74b)
  • Error handling improvements and improved security (00a554f)
  • Preseve browser state (e0d39fd)
  • Correct spelling of sanitizeUrl (742f5a7)
  • Vite exports for builds (ce4f2ce)
  • Done make refreshTimer exported (014461e)
  • Correct incorrect spelling (6012806)
  • Build error (8de8eb3)
  • Incorrect react-native requirement (ba1f131)
  • Lockfile (0303c8f)
  • Deployment id url parameter (82aed0a)
  • Remove releaseId (8fbb73f)

🏑 Chore

βœ… Tests

❀️ Contributors

0.4.0...main

compare changes

🩹 Fixes

  • Token utility export (3ee4b53)
  • Be explicit on token utils export (1fe6d7e)

❀️ Contributors

0.3.0...main

compare changes

πŸš€ Enhancements

  • Add activeStorage, getDecodedToken and getUserOrganisations (2221169)
  • More helpers and tests (0789079)
  • Added getRoles and extended test coverage (0b03912)
  • Add error when no sub in idtoken and getting user (d34ee6e)

🩹 Fixes

πŸ“– Documentation

🏑 Chore

  • deps-dev: Bump vite in the npm_and_yarn group across 1 directory (d29cf4b)
  • Remove todo comment (8aaeca0)

❀️ Contributors

0.2.0...main

compare changes

πŸš€ Enhancements

  • Add nonce to StorageKeys (587a9f6)
  • Add expo secure store session manager (e86dd0f)
  • Add nonce external definition and remove redundant code random generator calls (3010015)

🩹 Fixes

  • Make generateRandomString work when not crypto (12bce7d)
  • Ensure expo storage is loaded before using. (7245aaa)
  • Return null when item doesn't exist from expo store (80d76c4)
  • Error returning nonce and state (3eb0cec)

🏑 Chore

βœ… Tests

  • Skip expo tests until mocked (ae77939)

❀️ Contributors

0.1.0...main

compare changes

πŸš€ Enhancements

  • Add memory storage manager (149d99c)
  • Add chromeStorage, extend testing and add more utility helpers (582f818)

🩹 Fixes

  • Correct type used on sessionSettings (2d462e4)
  • Correct type and add state as storageKey (104f3f8)
  • SessionStore issues (34a7298)

🏑 Chore

❀️ Contributors

...main

πŸš€ Enhancements

  • Initial commit (60e7ac8)
  • Added eslint (5d1988e)
  • Updates (f246eac)
  • Add mapLoginMethodParamsForUrl and improved typing and default values. (d9ae73d)
  • Add showCompleteScreen (ad2a868)

🩹 Fixes

  • Change show complete screen to has success page (7d12cac)

πŸ“– Documentation

🏑 Chore

βœ… Tests

  • Change test imports to extend coverage (a53ae90)

❀️ Contributors