issues
search
bshaffer
/
oauth2-server-bundle
OAuth2 for your Symfony Application
MIT License
106
stars
72
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
There are no commands defined in the "OAuth2" namespace.
#70
balvirsingh
opened
4 years ago
1
JWT support in this bundle?
#69
duanegran
opened
6 years ago
2
[ Question ] How can I change the Client entity and use my own existing client entity to use it with oauth?
#68
didix16
opened
6 years ago
0
Make all services public to work with Symfony 4
#67
maxailloud
closed
2 years ago
0
Make all OAuth2-services public
#66
svenvds
opened
6 years ago
1
Annotation mismatch oauth2-server-bundle/Entity/Client.php
#65
svenvds
opened
6 years ago
0
Adds PHP 7.2 to Travis
#64
bshaffer
closed
2 years ago
0
Does this bundle supports Symfony 3?
#63
hardcoremore
opened
7 years ago
0
Dispatching an event when an error occurred while using the token endpoint
#62
maxailloud
closed
2 years ago
1
converted symfony2 settings to symfony3.
#61
alpha1125
opened
7 years ago
0
User credentials issue
#60
Herz3h
closed
7 years ago
1
Add support for the UserCheckerInterface that appeared in later versi…
#59
ed-at-work
closed
7 years ago
0
Fixed typo
#58
froodley
opened
7 years ago
0
Adds user_id and scopes to getClientDetails
#57
bshaffer
closed
2 years ago
0
NOTICE: Deleted Master Branch
#56
bshaffer
opened
7 years ago
0
Adds compatibility with symfony 2.8
#55
bshaffer
closed
7 years ago
0
run tests on symfony 2
#54
bshaffer
closed
7 years ago
1
Working scope query
#53
Rawi01
closed
7 years ago
1
Ruslan zavacky add keys for storages
#52
bshaffer
closed
7 years ago
0
Adds back php 53
#51
bshaffer
closed
7 years ago
0
Add php71 to travis
#50
bshaffer
closed
7 years ago
0
ups httpfoundation bridge requirement
#49
bshaffer
closed
7 years ago
1
Undefined method errors after PR #42
#48
guilhermednt
closed
7 years ago
3
user_id is not passed in ClientCredentials
#47
RuslanZavacky
opened
7 years ago
1
Add key property to storages in services.xml
#46
RuslanZavacky
closed
7 years ago
3
"The grant type was not specified in the request"
#45
timothyjeffcoat
closed
8 years ago
3
Introduce mapped-superclass
#44
aledeg
opened
8 years ago
1
Fix issue which storage class replacement
#43
jdelaune
closed
7 years ago
4
make config compatible with symfony 3.0
#42
elhachmi
closed
7 years ago
2
Usage of request stack
#41
vzailskas
closed
7 years ago
1
Symfony 3 support
#40
Raphy
closed
7 years ago
4
Scope is not required in Client Credentials grant type
#39
lhpalacio
closed
3 years ago
0
OpenID Connect support
#38
guilhermednt
closed
9 years ago
21
Allow client secret to be null
#37
jdelaune
closed
9 years ago
0
Suppressing Symfony 2.7 deprecation alerts
#36
guilhermednt
closed
9 years ago
2
http_basic included in README
#35
RaulBejarano
opened
9 years ago
0
Client isPublic must be null for user credential
#34
JonathanRamier
closed
9 years ago
2
Fix undefined oauth2user class into OAuth2UserProvider
#33
Bukharovsi
closed
8 years ago
1
Provide easy means to change entity managers
#32
mrardon
opened
10 years ago
1
fixes #24 - uses setExpires instead of '@'
#31
bshaffer
closed
10 years ago
0
v0.3
#30
bshaffer
closed
10 years ago
0
TokenController.php and RouteController.php have the same route annotation
#29
SaniGit
closed
10 years ago
1
function checkScope receives array of string as the second parameter but it expects a string
#28
SaniGit
closed
10 years ago
1
Validate token
#27
trentsl
closed
10 years ago
1
Bugfix: getClientScope should return a string
#26
relaxnow
closed
10 years ago
3
Simplify installation instructions
#25
relaxnow
closed
10 years ago
3
[BUG] Entity\AuthorizationCode::setExpires should not UTC Time.
#24
liverbool
closed
10 years ago
18
Authorization Code & Login Forms
#23
skriptble
opened
10 years ago
2
Fixing scope problem. Should return string, was returing an array.
#22
skriptble
closed
10 years ago
2
Move finding of scopes into scope manager
#21
AlexStansfield
closed
10 years ago
5
Next