Releases: developertown/oidc-provider
Releases · developertown/oidc-provider
1.3.2
1.3.1
What's Changed
- updates package configuration for esm and commonjs by @abillingsley in #29
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- update oidc-client-ts to 3.x by @abillingsley in #26
- fixes access token change callback handling in example app by @abillingsley in #27
- expose logging options by @abillingsley in #28
Full Changelog: 1.2.2...1.3.0
1.2.3
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- update oidc-client-ts to latest 2.x release by @abillingsley in #25
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Migrate example package from Create React App to Vite by @Copilot in #9
- Add preview script to complete Vite migration for package.json scripts by @Copilot in #17
- Migrate to Vite: Update HTML Template and Asset References by @Copilot in #18
- updating build toolchain dependencies and sample app by @abillingsley in #23
- adds tests by @abillingsley in #24
New Contributors
- @Copilot made their first contribution in #9
Full Changelog: 1.2.0...1.2.1
1.2.0
Full Changelog: 1.1.0...1.2.0
1.1.0
bump version
1.0.0
React 18
0.0.10
adds loginSilent to oidc-provider (#2) * adds loginSilent to oidc-provider * type updates