phalcon / phalcon

[WIP] Phalcon Framework. Work will continue after release of v5.0
https://phalcon.io
MIT License
216 stars 46 forks source link

[NFR]: Authentication #72

Open ghost opened 3 years ago

ghost commented 3 years ago

New authentication feature in Phalcon v5. This can be included in Firewall or Security. This should provide a "basic access authentication" [1] or "Digest access authentication" [2] also a way to store user/pass in flat-file like json or database. [3]

[1] https://en.wikipedia.org/wiki/Basic_access_authentication [2] https://en.wikipedia.org/wiki/Digest_access_authentication [3] https://laravel.com/docs/5.7/authentication

sinbadxiii commented 2 years ago

@v00v How about guard/provider based authentication? https://github.com/sinbadxiii/phalcon-auth