Releases: rciam/simple-oidc-client-php
Releases · rciam/simple-oidc-client-php
v3.0.0
Added
- Add option for showing/hiding ID Token from dashboard
Changed
- Update composer dependencies
- Use
jumbojett/openid-connect-php
from composer
Fixed
- Use font awesome from composer
- Use minified CSS and JS
- Handle issuer with trailing slash correctly
Removed
v2.3.1
[v2.3.1] - 2022-09-07
Fixed
- Fix "Undefined variable: userInfo" error
Changed
- Update
jumbojett/OpenID-Connect-PHP
library to v0.9.8
v2.3.0
[v2.3.0] - 2022-07-27
Added
Changed
- Move session controller to separate file
- Move header to separate file
- Move footer to separate file
Fixed
- Fix redirection in
index.php
form
v2.2.0
Added
- Add
enableActiveTokensTable
option to show/hide the "Active Refresh Tokens" table
- Add
allowIntrospection
option to show/hide the "Introspection Command"
Fixed
- Resolve some linting warnings
v2.1.0
Added
- New page (
auth.php
) that displays the response from UserInfo Endpoint
v2.0.0
Added
- Add support for PKCE
- Manage refresh tokens
- Create new refresh token on demand
- Display access token and the commands for userinfo and introspect endpoint
- Create user session
v1.0.0
Merge pull request #2 from rciam/devel
Initial version of oidc client php