cemerick / friend

An extensible authentication and authorization library for Clojure Ring web applications and services.
1.16k stars 122 forks source link

Support async handlers #158

Open mping opened 6 years ago

mping commented 6 years ago

According to the ring docs, handlers can be asynchronous. Friend should support arity-1 and arity-3 handlers to conform to async web apps. Currently Jetty supports async handlers.

I can slap a quick PR if needed.