Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nxtpl/sso

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jasny Arnold Daniels
Fix CI on Travis

No support for PHP 7.2 (travis)

v0.3.0

Toggle v0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Expiration time (jasny#62)

Expose cookie life time parameter to customize it. Default is 3600.
Minor fixes for code quality

v0.2.3

Toggle v0.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Require jasny/validation-result v1.x

v0.2.2

Toggle v0.2.2's commit message
Merge pull request jasny#38 from subdee/cookie-path

Specify path for cookie in order to remove it properly afterwards

v0.2.1

Toggle v0.2.1's commit message
Merge pull request jasny#37 from jasny/fix-sso-broker

Remove call fail

v0.2.0

Toggle v0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request jasny#36 from jasny/remote-clientip

Remove client ip address from session

v0.1.8

Toggle v0.1.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request jasny#22 from sven4ask/master

Bump version of desarrolla cache

v0.1.7

Toggle v0.1.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Make it possible to use Server as library rather than controller

Added option to fail with exception
Make startBrokerSession public

v0.1.6

Toggle v0.1.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Run arbitrary command through magic __call method in Broker

By default functions are done as POST request: eg POST /sso?command=foo
A function named `getFoo()` does the request GET /sso?command=foo
A function named `deleteFoo()` does the request DELETE /sso?command=foo

v0.1.5

Toggle v0.1.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Don't mix user and broker sessions