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

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

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

Android soft keyboard reverts to default keyboard on orientation change -