Fork me on GitHub
#rum
<
2018-07-31
>
ampersanda10:07:27

Hi, I am new on Front End web development especially in ClojureScript. I’ve tried some like Rum, Reagent and OmNext and I choose Rum because it’s easy to learn (for me).

ampersanda10:07:04

I’m intended to give my simple web application an Authentication, Does anyone have any reference about authentication with Rum, a simple example project/article/tutorial video ?

ampersanda10:07:58

Thank you :)

jeroenvandijk13:07:39

It's not really rum related, but we use Auth0 at the moment to handle the authentication and show different views depending on if we find a jwt token in the local storage or not. Here is more info on jwt https://juxt.pro/blog/posts/securing-your-clojurescript-app.html

4