rcpp_framework/modules/users
2021-08-05 18:25:12 +02:00
..
detect.py Added a user module and a (simple for now) User class. 2021-07-07 12:20:05 +02:00
file_based_user.cpp Moved the session registration/deregistration code to users. 2021-08-04 21:29:19 +02:00
file_based_user.h Added a simple FileBasedUser class that can save and load iself to and from json. 2021-08-03 21:11:00 +02:00
SCsub Added a user module and a (simple for now) User class. 2021-07-07 12:20:05 +02:00
user_manager.cpp Implement missing get_user in UserManager. 2021-08-05 18:25:12 +02:00
user_manager.h Reworked the UserManager now that i have a SessionManager. 2021-08-04 21:23:15 +02:00
user.cpp Simple login form. (Handling the post request itself is not yet done.) 2021-08-05 17:32:09 +02:00
user.h Added request handling methods to the user. 2021-08-05 01:19:54 +02:00