All Projects → agrafix → users

agrafix / users

Licence: other
A library simplifying user management for Haskell web applications

Programming Languages

haskell
3896 projects
shell
77523 projects

The 'users' Packages

Build Status

A set of libraries simplifying user management for web applications.

Hackage: users

Why?

When building a prototype, a small or medium sized Haskell web application with some type of user management, one has to reimplement that management for every project. This is tiring and error prone, thus the users package. It provides a simple API to user management, exchangable backends and a test specification for backends.

Features

  • Simple API
  • CRUD for users
  • Session management
  • Password resetting
  • Activation of users

Backends

Contribution

Feel free to extend the test specification with anything you want to have tested and submit a pull request. Backends can be either provided as pull request if they are 'mainstream' enough or you can create a separate repository and have it linked here. The major versions of all backend packages should match the major version of the core package providing the UserStorageBackend typeclass.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].