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

Oauth2 Server Phalcon library

Hello,

I'd like to work on a Oauth2 Server library integrated in phalcon instead of using an external library.

The Idea is to addapt this library from php league with Zephir, under the namespace Phalcon\Oauth

Due the amount of work that this project represents, I want to know how much support can I get, and if Phalcon users will actually use it.

Thank you.

To be honest, I do not see why this should be part of the Framework. Everyone can just easily pull an OAuth2 Server in via composer (as we did for our current Phalcon based project).

@memmaker I think it will be a good idea to implement usual features on the core, like authentication.