rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
ampersanda 2018-07-31T10:53:27.000037Z

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).

ampersanda 2018-07-31T10:56:04.000159Z

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 ?

ampersanda 2018-07-31T10:56:58.000158Z

Thank you :)

2018-07-31T13:31:39.000464Z

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

1