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

hashing access- and refresh-tokens in database #1

Closed mbuczko closed 7 years ago

mbuczko commented 7 years ago

having tokens hashed makes them relatively much more secure in case when database got compromised.