/hsweb

A cookiecutter template for a Haskell (servant) web project

Primary LanguageHaskellMIT LicenseMIT

hsweb

A cookiecutter-template for Haskell.

Features

  • Simple user system
  • JWT authentication

Implements routes and handlers for accounts:

  • Account creation: POST /account
  • Change password: POST /account/setPassword
  • Get auth token: POST /auth/grant