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

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

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -