An open API service indexing awesome lists of open source software.

https://github.com/imborge/hsweb

A cookiecutter template for a Haskell (servant) web project
https://github.com/imborge/hsweb

cookiecutter-template haskell nix servant

Last synced: about 2 months ago
JSON representation

A cookiecutter template for a Haskell (servant) web project

Awesome Lists containing this project

README

          

# hsweb

A cookiecutter-template for Haskell.

- [Servant](https://www.servant.dev/)
- [Beam](https://tathougies.github.io/beam/)

## Features

- [x] Simple user system
- [x] JWT authentication

Implements routes and handlers for accounts:

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