oauth2-server-php-docs icon indicating copy to clipboard operation
oauth2-server-php-docs copied to clipboard

Slim framework cookbook

Open jgoux opened this issue 11 years ago • 4 comments
trafficstars

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...

jgoux avatar May 06 '14 07:05 jgoux

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

joelperry93 avatar Apr 27 '15 11:04 joelperry93

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

jgoux avatar Apr 27 '15 11:04 jgoux

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

mSuDi avatar Aug 28 '15 04:08 mSuDi

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.

bshaffer avatar Aug 28 '15 06:08 bshaffer