Ocaml Web Application Authentication/Authorization

Are there any libraries and tutorials that one can use to implement user authentication in a ocaml web application? For instance how do I go about implementing JWT based authentication in a ocaml web application? Any tutorials perhaps?

Ocsigen Start has all this.
It provides a complete application template for Web (and mobile) apps, with user authentication.

Tutorial:
http://ocsigen.org/tuto/6.4/manual/start

2 Likes