mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Merge branch 'v4.0.0-WIP' into develop
Conflicts: .gitignore .travis.yml README.md composer.json phpunit.xml sql/mysql.sql src/League/OAuth2/Server/Grant/RefreshToken.php src/League/OAuth2/Server/Resource.php src/League/OAuth2/Server/Storage/SessionInterface.php src/League/OAuth2/Server/Util/Request.php src/Util/KeyAlgorithm/DefaultAlgorithm.php tests/resource/ResourceServerTest.php tests/util/RedirectUriTest.php tests/util/RequestTest.php tests/util/SecureKeyTest.php
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,6 +1,12 @@
|
||||
/vendor
|
||||
/composer.lock
|
||||
/tests/coverage
|
||||
/build
|
||||
/docs
|
||||
/testing
|
||||
build/coverage
|
||||
/examples/relational/vendor
|
||||
/examples/relational/config/oauth2.sqlite3
|
||||
/examples/nosql/vendor
|
||||
/examples/nosql/config/oauth2.sqlite3
|
||||
/examples/relational/composer.lock
|
||||
/tests/codecept/tests/_log
|
||||
oauth2-server.paw
|
Reference in New Issue
Block a user