mbuczko / cerber-oauth2-provider

Clojure implementation of RFC 6749 OAuth 2.0 authorization framework (OAuth2 provider)
Apache License 2.0
58 stars 11 forks source link

Fix issue: #13 only #16

Closed jaredchendr closed 7 years ago

jaredchendr commented 7 years ago

Fix the issues: It issues access token and refresh token when I request token by password grant_type, but I found that there was only refresh token in database. #13