DEV Community

Discussion on: I am the author of Elm in Action. Ask Me Anything!

Collapse
 
pgiesin profile image
Peter Giesin

Hi Richard!

I have used the Real World Elm demo as the basis of a project I am working on. So far it is working out really well, and I am happy with the structure and flow of the code.

The one area where I am struggling is providing application authentication. The demo provides authentication between the front-end and back-end, however, I need to protect enforce authentication at the front-end elm level.

How would you recommend handling this? Do you have demo code available that provides this type of authentication and routing?

Thanks,
Peter