Releases: lpotthast/leptos-keycloak-auth
Releases · lpotthast/leptos-keycloak-auth
v0.6.0
v0.5.4
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
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
What's Changed
- Removed an import only available when using the
internals
feature
Full Changelog: v0.5.1...v0.5.2
v0.5.1
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
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
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 thatuse_keycloak_auth
has to be used client-side only (for now)
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
v0.3.0
What's Changed
- Migrate to leptos 0.7 by @lpotthast in #4
Full Changelog: https://github.com/lpotthast/leptos-keycloak-auth/commits/v0.3.0