Skip to content

Releases: IanSimpson/ss-oauth2-server

1.1.0

24 Mar 23:14
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.1.0

1.0.0

19 Mar 00:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...1.0.0

0.1.7

24 Jan 22:47
09d5858
Compare
Choose a tag to compare
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

30 Oct 22:28
f3ba0c8
Compare
Choose a tag to compare
Merge pull request #22 from halkyon/validate-client

Ensure credentials and redirect URI are given on client identity.

SilverStripe 3.x maintenance release

30 Oct 22:28
a529e2e
Compare
Choose a tag to compare
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

15 Oct 20:39
cf6abb1
Compare
Choose a tag to compare
Merge pull request #16 from IanSimpson/logger-fixes3

Allow overriding logger from subclasses of OAuthController

SilverStripe 4.x maintenance release

15 Oct 02:10
c7095fe
Compare
Choose a tag to compare
Pre-release
Merge pull request #14 from halkyon/add-logger

Add logger, log authorizations to syslog.

SilverStripe 3.x maintenance release

15 Oct 20:39
09d5344
Compare
Choose a tag to compare
Merge pull request #15 from IanSimpson/logger-fixes2

Allow overriding logger from subclasses of OAuthController

SilverStripe 3.x maintenance release

15 Oct 02:08
0d2d7ab
Compare
Choose a tag to compare
Pre-release
Merge pull request #13 from halkyon/fix-logger-auth

Fix logger to output to auth log by default

SilverStripe 3.x maintenance release

09 Oct 22:45
841c4e2
Compare
Choose a tag to compare
Merge pull request #10 from halkyon/auth-message-form

Show message about logging in to access the client for context.