michaelrsweet / moauth

Basic OAuth2 client/server implementation.
https://www.msweet.org/moauth
Apache License 2.0
19 stars 3 forks source link

Resource Owner Password Credentials Grant support #3

Closed michaelrsweet closed 6 years ago

michaelrsweet commented 6 years ago

Add support for OAuth 2.0 Resource Owner Password Credentials Grant.

michaelrsweet commented 6 years ago

[master 53bb3b2] Implement Resource Owner Grant (Issue #3)

Still need to do the unit test for this...

michaelrsweet commented 6 years ago

OK, unit test is done and lots of bug fixes to make it work...