Skip to content

Releases: lpotthast/leptos-keycloak-auth

v0.6.0

23 Feb 14:55
cf61aca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.6.0

v0.5.4

07 Feb 13:31
Compare
Choose a tag to compare

What's Changed

  • leptos-keycloak-auth now gracefully handles types being stored in local or session storage changing over time by dropping non-decodable stored values.

Full Changelog: v0.5.3...v0.5.4

v0.5.3

07 Feb 13:29
Compare
Choose a tag to compare

What's Changed

  • Using only required leptos-use features. This cuts a few unnecessary dependencies.

Full Changelog: v0.5.2...v0.5.3

v0.5.2

06 Feb 15:34
Compare
Choose a tag to compare

What's Changed

  • Removed an import only available when using the internals feature

Full Changelog: v0.5.1...v0.5.2

v0.5.1

05 Feb 16:45
Compare
Choose a tag to compare

What's Changed

  • Cached state is dropped whenever the application calls init_keycloak_auth with a config leading to a different discovery endpoint. We assume that such a change likely means that a completely different auth provider is now used and that old data would not be usable anyway.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

05 Feb 16:43
Compare
Choose a tag to compare

What's Changed

  • Add SSR support; Allow delayed initialization, avoiding hydration errors by @lpotthast in #5

Full Changelog: v0.4.1...v0.5.0

v0.4.1

01 Feb 17:56
Compare
Choose a tag to compare

What's Changed

  • Provided utilities for performing programmatic logouts (see KeycloakAuth::end_session, <EndSession and_route_to=...>)
  • Updated the "Usage" section in README.md and lib docs to state that use_keycloak_auth has to be used client-side only (for now)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Feb 17:09
Compare
Choose a tag to compare

What's Changed

  • Updated rand to 0.9
  • Added "Installation" section in README.md, as installation now requires additional steps

Full Changelog: v0.3.1...v0.4.0

v0.3.1

01 Feb 17:08
Compare
Choose a tag to compare

What's Changed

  • Fixed reactive access in non-reactive context

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Jan 12:22
48fab71
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/lpotthast/leptos-keycloak-auth/commits/v0.3.0