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

Grants and scopes ware stored on the wrong columns when I calling c/create-client api. #12

Closed jaredchendr closed 6 years ago

jaredchendr commented 6 years ago

Grants and scopes ware stored on the wrong columns when I calling c/create-client api.

mbuczko commented 6 years ago

I think I fixed that yesterday already. Could you take a look if you're in sync with master?

jaredchendr commented 6 years ago

Yeah, you fixed the bug in the file src/cerber/stores/client.clj, but there is a same bug in another file. You should check the file src/cerber/oauth2/core.clj.

mbuczko commented 6 years ago

merged, thanks!