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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -