Clojure Luminus framework and Single Sign On

Hi,

What is the best way to implement user authentication and authorization for a Clojure Luminus application that has a front end developed using Reagent? Can the Spring security filter chain be used?

Thank you.

Hi, I would use something like this:

This solves the authentication part. For the authorization I would add some normal if / when checks in your Ring handlers, to decide if the current user is authorized to perform the given action.

Okay, Thank you. I will check it out.

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