haskell - User management in snap -


i've begun first snap application, , there not quite understand. how supposed manage users?

there appears authuser type dealing user authentication. question more additional user data. such collecting name, location, etc.

i have found snap-auth module on github outlining creation of user type has authuser embedded inside. concern is quite old , may not current best practise in area.

the way deal additional user data put in separate table keyed key authuser type.


Comments