I've just pushed the first version of ring-token-authentication, a Ring middleware to authenticate HTTP API requests.
Token authentication is a popular way to authenticate API requests over HTTP. A client sends a token in the Authorization header like so: Authorization: Token token=notasecret The token is then parsed from the authorization header and checked for authenticity on the server side. This middleware aims to make it easy to add HTTP token authentication to your application, like it is in many other frameworks. This is my first open source Clojure project, and I'm excited to share it with you. Come check it out at https://github.com/jstewart/ring-token-authenticationor on clojars here: https://clojars.org/ring-token-authentication -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
