Ma27 / Ma27ApiKeyAuthenticationBundle

Symfony Bundle which provides an approach to authenticate users with API tokens.
MIT License
8 stars 2 forks source link

[RFC] use symfony's new guard API rather than pre authenticators #54

Open Ma27 opened 8 years ago

Ma27 commented 8 years ago

the new guard API of symfony is more flexible auth process. It contains a more granular interface, so it might be possible to connect propretieray SSO systems with this bundle. Furthermore most of the events being dispatched in this class can be dropped as the class can be easily extended and the code can be placed at the right place in this implementation.

Ma27 commented 7 years ago

it should also be investigated whether or not two factor authentication is possible now