hoplon / castra

HTTP remote procedure call handler for Clojure.
170 stars 25 forks source link

Fix: secure-random-bytes doesn't exist on ring 1.3.0 #10

Closed mynomoto closed 10 years ago

mynomoto commented 10 years ago

Ring 1.3.0 removed ring.middleware.session.cookie/secure-random-bytes in favor of crypto.random/bytes. Added a dependency on crypto-random that can be removed when/if update the ring deps to 1.3.0.