Releases: IanSimpson/ss-oauth2-server
Releases · IanSimpson/ss-oauth2-server
1.1.0
1.0.0
What's Changed
- Hash client passwords. by @mateusz in #24
- Secret shown to user is different to the one that gets hashed. by @mateusz in #26
- PHP 8.1 support by @jareddreyerss @Cambis @satrun77 in #29
New Contributors
- @jareddreyerss @Cambis @satrun77 made their first contribution in #29
Full Changelog: 0.2.3...1.0.0
0.1.7
Merge pull request #25 from IanSimpson/fix-secret-worng Secret shown to user is different to the one that gets hashed.
SilverStripe 4.x maintenance release
Merge pull request #22 from halkyon/validate-client Ensure credentials and redirect URI are given on client identity.
SilverStripe 3.x maintenance release
Merge pull request #21 from halkyon/require-client-redirect-uri Ensure credentials and redirect URI are given on client identity.
SilverStripe 4.x maintenance release
Merge pull request #16 from IanSimpson/logger-fixes3 Allow overriding logger from subclasses of OAuthController
SilverStripe 4.x maintenance release
Merge pull request #14 from halkyon/add-logger Add logger, log authorizations to syslog.
SilverStripe 3.x maintenance release
Merge pull request #15 from IanSimpson/logger-fixes2 Allow overriding logger from subclasses of OAuthController
SilverStripe 3.x maintenance release
Merge pull request #13 from halkyon/fix-logger-auth Fix logger to output to auth log by default
SilverStripe 3.x maintenance release
Merge pull request #10 from halkyon/auth-message-form Show message about logging in to access the client for context.