Skip to content

Releases: nojimage/cakephp-oauth-server

v0.8.7

04 Apr 07:49

Choose a tag to compare

v0.8.6

04 Apr 07:39

Choose a tag to compare

update cakephp/migrations version

v0.8.5

27 Apr 02:29

Choose a tag to compare

v0.8.5 Pre-release
Pre-release

fixes prompt=login process

v0.8.4

24 Apr 08:15

Choose a tag to compare

v0.8.4 Pre-release
Pre-release
  • authorize: support prompt=login parameter
    If you request with this parameter to authorize, the session will be forcibly logged out and you will be redirect to the login screen.

v0.8.3

30 Jan 02:34

Choose a tag to compare

v0.8.3 Pre-release
Pre-release
  • fixes OAuthAuthenticate::unauthenticated returns true when continue=true

v0.8.2

30 Jan 02:03

Choose a tag to compare

v0.8.2 Pre-release
Pre-release
  • Change to false the default of the continue option of OAuthAuthenticate (revert from 0.8.1)
  • OAuthAuthenticate throws UnauthorizedException instead of HttpException when unauthorized.

v0.8.1

24 Jan 03:52

Choose a tag to compare

v0.8.1 Pre-release
Pre-release
  • Change to true the default of the continue option of OAuthAuthenticate
  • AuthorizationServerFactory can set a CryptKey instance as the privateKey.

v0.8.0

23 Jan 11:51

Choose a tag to compare

v0.8.0 Pre-release
Pre-release
  • support PHP 7.1 and later
  • support CakePHP 3.5 and later
  • leage/oauth2-sever update to 8.0.0