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).
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 ?
Thank you :)
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