jasongrimes / silex-simpleuser

A simple, extensible, database-backed user provider for the Silex security service.
http://www.jasongrimes.org/2014/09/simple-user-management-in-silex
BSD 2-Clause "Simplified" License
168 stars 81 forks source link

ORM Design ? #17

Closed PonteIneptique closed 9 years ago

PonteIneptique commented 9 years ago

Hey there, First, I love this bit of code. Just went to start a project, used your SimpleUser, pretty easy. Wonderful. Then I still have some questions :

Update : There seem to be an issue with the token being a RememberMeToken instead of a UsernamePasswordToken for the Authbucket integration

PonteIneptique commented 9 years ago

See #19