All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add
enableActiveTokensTable
option to show/hide the "Active Refresh Tokens" table - Add
allowIntrospection
option to show/hide the "Introspection Command"
- Resolve some linting warnings
- New page (
auth.php
) that displays the response from UserInfo Endpoint
- 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
- Initialize oidc-client