bshaffer / oauth2-server-php-docs

documentation for the oauth2-server-php library
231 stars 148 forks source link

Slim framework cookbook #36

Open jgoux opened 10 years ago

jgoux commented 10 years ago

Hello, I'm trying to implement oauth2-server (with the client credentials flow) with Slim framework. Would it be possible to add a working example to the cookbook ? I don't know where to begin...

joelperry93 commented 9 years ago

Did you ever figure this out? Would appreciate any help on this :)

jgoux commented 9 years ago

Hi @joelperry93 , no I didn't. I'm using Json Web Token now, but not in the scope of Oauth2

mSuDi commented 9 years ago

Anyone ever did? We're trying to for a week now but really could use some help....

bshaffer commented 9 years ago

I haven't done this, but it shouldn't be too difficult. Have you looked at the demo in Silex? Much of it should translate to a similar PHP microframework like Slim.