Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

password grant type #47

Closed
pjebs opened this issue May 26, 2018 · 5 comments
Closed

password grant type #47

pjebs opened this issue May 26, 2018 · 5 comments

Comments

@pjebs
Copy link

pjebs commented May 26, 2018

Thanks @RichardKnop for the package.

I was wondering if the password grant type was a future feature or actually implemented?

@RichardKnop
Copy link
Owner

@pjebs It is implemented. Implicit, client credentials, password credentials and authorisation grants are all implemented.

@pjebs
Copy link
Author

pjebs commented May 26, 2018

Is it easy to get running with mysql?

@RichardKnop
Copy link
Owner

Should be quite easy, there is no SQL, all database comms is handled via orm which supports all major RDBSs.

@pjebs
Copy link
Author

pjebs commented May 27, 2018

One of the reasons I wasn't sure was because the entire project has a dependency for the postgres driver.

Is there a possibility you will remove the gorilla context package as a dependency from the dep file?
(replace it with Go context)

@RichardKnop
Copy link
Owner

@pjebs You might contribute with a PR to use the core library context instead of gorilla. This was written before that was available.

@pjebs pjebs closed this as completed May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants