Etshy
Etshy
For the `-g` option, instead of `php` ? I will try that and see. What's the difference ?
Couldn't try it "functionnally" yet but It looks like a good start. I have a few things to say, but it's only my opinion : ### In Models : For...
FYI, using `allow_no_expiration: true`, you don't need any `token_ttl` line in your config. Documentation still need to be updated to add the existence of `allow_no_expiration` though
Is it still on hold ? It could be good to have these kind of helpers directly inside the library
oooh, nice. Thanks for all that work. 👍
The contact link at the end of the doc redirect to codecanyon to. Seems like it's a stolen verison of the codecanyon things.
I won't garantee I'll do it but I'll take a look. (I started to make my own implementation of oauth2-server for my current project though)
@imdhemy You mean for my implementation ? I already choose to use Lexik bundle to create the token, and add data to it. I didn't know about the RefreshTokenBundle though,...
Hi. No sorry I put the project I planned to make a oauthserver for on hold so I didn't do anything about it yet.
I quickly took a look at this tonight and as a complete newbie with Bundle, I'm a bit lost. Should I add both ORM and ODM compilerPass or should I...