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
- Host: GitHub
- URL: https://github.com/imborge/hsweb
- Owner: imborge
- License: mit
- Created: 2019-11-26T04:43:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T02:24:44.000Z (almost 6 years ago)
- Last Synced: 2023-07-26T23:14:07.339Z (almost 3 years ago)
- Topics: cookiecutter-template, haskell, nix, servant
- Language: Haskell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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