Friend is an extensible authentication and authorization library for Clojure Ring web applications. It streamlines user authentication, supports multiple workflows, and integrates role-based security cleanly into request handling. Ring middlewares for configuring and defining the scopes of authentication and authorization. Macros to clearly demarcate the scope of authentication and authorization within code that is "below" the level of Ring handlers where you can't use middlewares. Enables DRY routes and configuration, e.g. no need to configure your routes in Compojure or Noir or Moustache, and separately specify which routes fall under the jurisdiction of Friend's security machinery.
Features
- Support for form-based, HTTP Basic, and OpenID authentication
- Pluggable workflows allow easy implementation of OAuth or custom methods
- Role-based authorization, optionally using Clojure’s hierarchy (derive, isa?)
- "su" capabilities—admin can impersonate other users for debugging
- Ring middleware and scoped macros simplify defining secure access flow
- Commonly used and considered stable in Clojure ecosystem
Categories
AuthenticationFollow Friend
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Friend!