cemerick / friend

An extensible authentication and authorization library for Clojure Ring web applications and services.
1.16k stars 122 forks source link

How to use it with SPA app? #157

Open salmazov opened 6 years ago

salmazov commented 6 years ago

Hello! I use React SPA to render interface. But I need back-end, and I use Clojure/Ring/Compojure.

How can I use cemerick/friend with AJAX requests to authenticate/authorize to secret places of my app?