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.
- Introspection Endpoint with HTTP Basic Authentication support
- Admin: add clients and generate client_secrets for use with Client Credentials Flow
- Admin: manually add a token with client_id and scopes -- for developer testing
- Support for clients with h-x-app #3
- Updated client information discovery #5
- Noted refresh token expiration in the list of approved applications
- Scoped dependencies to avoid namespace collisions when other plugins have same dependencies
- Added missing token-revocation-endpoint template
- Added
profile_name
andprofile_photo_url
fields to user template and editable profile - Added support for clients requesting profile information
- Refactor: use IndieAuth protocol to sign in to applications using your domain name and optionally grant access tokens
- Follows IndieAuth specification 2022-02-12
- Use IndieAuth protocol to sign in to your ProcessWire site