We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

OAuth 2.0 server

Does anyone know of any oauth 2.0 server project implemented with phalconphp?



8.9k

Thank you for your reply @Phalcon. I think that is the "client" implementation. I was looking for a project that is based on phalcon and that acts as a server for OAuth 2.0 authorizing --> like this one here for example https://github.com/php-loep/oauth2-server/tree/master/src/League/OAuth2/Server that is recommended at https://oauth.net/2



3.6k

I recently made one that uses OAuth 2 with client_credentials. Do you have specific questions?

@lobostome Do you have this OAuth2 server implementation in a github repository?



16.3k
edited Apr '14

Hello, @Anderson this is my dummy repository for thephpleague oauth2 server implementation https://github.com/sumeko/phalcon-oauth2 hope you guys can optimize it as i am just started [again] to phalcon, it is worked on my last project [using client credential grant type]

Hello, @Sum can you please show me how you use this? I mean using controller and etc. thanks

Hello, @Sum can you please show us how we'd use this?

Thanks



65

Hello, @Sum I too would like to know how to use this?

Thanks

Hello, @Sum I too would like to know how to use this?

Thanks