bshaffer / oauth2-server-php-docs

documentation for the oauth2-server-php library
231 stars 148 forks source link

Handling Users? #98

Closed jacobshenning closed 7 years ago

jacobshenning commented 7 years ago

Does this library contain any user management classes yet? Specifically things like createUser or removeUser.

bluebaroncanada commented 7 years ago

No. I think you'll have to do that yourself. That might be the responsibility of a console or admin interface. Right now that's on the outside of this scope as this is just a library, really. There are some examples of what you might do, though, in the tests.