letsgo-framework / letsgo

A go to framework for RESTful API. Docs :
https://letsgo-framework.github.io/
MIT License
11 stars 2 forks source link

Implement Password grant #5

Closed asabya closed 5 years ago

asabya commented 5 years ago

letsGo already has go-oauth2 support with client credential grant, which can be used to simulate password grant by using CLIENT_ID and CLIENT_SECRET as username and password respectively.

But password Grant will make life easier.