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

Skip to content

Tags: igor-tvardyi/oauth2-php

Tags

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use github action, remove travis, drop phpunit 4 support and support …

…PHP 8.0 (FriendsOfSymfony#125)

* Move CI from Travis to Github action

* Drop PHP 5.5.6 support and add PHP 8.0 support

* Update ci.yml

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FriendsOfSymfony#120 from marekm4/fix-domain-check

[Security] Add exact check for domain and port

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FriendsOfSymfony#105 from SebScoFr/master

Fixing HTTP status code definition

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FriendsOfSymfony#103 from Nyholm/patch-1

Support for Symfony 4

1.2.1

Toggle 1.2.1's commit message
Merge pull request FriendsOfSymfony#79 from kralos/jwt

1.2.0

Toggle 1.2.0's commit message
Merge pull request FriendsOfSymfony#88 from luispabon/http-foundation-3

Allow Symfony HTTPFoundation 3.0

1.1.1

Toggle 1.1.1's commit message
New release including:

- better scope handling
- introduced PSR-4

1.1.0

Toggle 1.1.0's commit message
bumped up development branch version

1.0.9

Toggle 1.0.9's commit message
Merge pull request FriendsOfSymfony#40 from FriendsOfSymfony/hotfix/g…

…rants-scope-validation-fix

Fixed possible scope validation error...

1.0.8

Toggle 1.0.8's commit message
Merge pull request FriendsOfSymfony#38 from patrickli/default_scopes

Use null as the default supported_scopes value.