Login solutions for Clojure

I’m looking for webapp login solutions and wonder what others have been using; I can use buddy and compojure sessions for a home-brewed solution, but what about confederated logins or “sign in with google/facebook/etc” setups?

3 Likes

For Google login, I just used their JS lib in ClojureScript and their Java lib in Clojure. They’ve got good examples for each.

I imagine the same is true for Facebook etc.

I remember a JUXT blog post mentioned Redhat’s keycloak, though I haven’t tried it mysef

1 Like

Ah! I remember that post now. I had forgotten about Keycloak. Thanks for the reminder.

Looking into it a bit more, first stop is Friend

1 Like

We use auth0 for social login

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.