v1#2
Open
adarmanto wants to merge 54 commits into
Open
Conversation
PHP7.2+ Improved architecture. Optional support for PSR-7. PSR-16 for caching.
Modified demo
Pass script name in URL arg for Broker. Better error messages. Fixes #72
…ookies. Add `Broker\Session` class to store token in PHP session. Rename `withCookies()` to `withTokenIn()`.
Deny request where domain of `Origin` or `Referer` header isn't allowed. Deny request where domain of `return_url` query parameter isn't allowed.
…h link. Display SSO errors from attaching in the Broker. Fixes #124
SessionInterface doesn't need to access session data. Don't return why the token isn't valid, only log. Minor fixes.
Fixed logout in demo.
No support for PHP 7.2 (travis)
[skip ci]
[skip ci]
Update status badge to GitHub actions. [skip ci]
Don't cache composer packages.
Don't put typed args in the callback to make it more readable.
Due to Chrome 80 update Chrome has changed some policy regard to cookie. https://blog.chromium.org/2019/10/developers-get-ready-for-new.html SameSite=None and Secure needed for cross-site cookies This commit was to solve this issues #131 Due to change you need SSL/HTTPS connection for it to work
Corrected typo and changed "has" to "hash"
when response http code 204, the header is null
remove header string type
Corrected typo, changed "know" to "known"
Fixed typo in README
feat: add compatible with php 8
feat: update version to *
Small changes to wording
Update README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.