You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most web apps will need some form of authentication and authorization, and it's looking like Friend is going to be Clojure's go-to library for achieving that. Thus it would be interesting to show folks exactly how to make that happen with common scenarios, e.g. username/password + cookie store auth, or integrating with Facebook etc.