Popularity
8.5
Stable
Activity
0.0
Stable
51
8
11

Monthly Downloads: 11
Programming language: Haskell
License: MIT License
Tags: Data    
Latest version: v0.4.0.0

users-persistent alternatives and similar packages

Based on the "Data" category.
Alternatively, view users-persistent alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of users-persistent or a related project?

Add another 'Data' Package

README

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.