mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Previously: - System.Random, which seeds from system time (possible attack) - 30 characters, a-z (low entropy) Now: - Crypto.Random, accepted as "cryptographically secure" - 64 random bytes, Base64-encoded cryptonite was already a transitive dependency, so there is really no downside to this. Fixes #132. |
||
|---|---|---|
| .. | ||
| URI/ByteString | ||
| Yesod/Auth | ||