Error messages - v1.0.2
Welcome to plugin-oidc, the new home for plugin-keycloak!
If you're coming from the other plugin or are new, please look at the example here.
Changes
- We now tell the server and user if the authentication server cannot be reached.
- Fixes an error caused by not performing null checks on the roles/groups variable.
- Updated dependencies to the latest versions by using the new
bun update
.
Install
- Using yarn:
yarn add @nexirift/plugin-oidc
- Using npm:
npm i @nexirift/plugin-oidc
- Using bun:
bun install @nexirift/plugin-oidc
Full Changelog: 1.0.1...1.0.2