2019-07-14 18:18:41 +02:00
|
|
|
Authentication
|
|
|
|
##############
|
|
|
|
|
2020-09-16 15:41:02 +02:00
|
|
|
.. autoflask:: fittrackee:create_app()
|
2019-07-14 18:18:41 +02:00
|
|
|
:endpoints:
|
|
|
|
auth.register_user,
|
|
|
|
auth.login_user,
|
|
|
|
auth.logout_user,
|
2020-02-08 14:49:37 +01:00
|
|
|
auth.get_authenticated_user_profile,
|
2019-07-14 18:18:41 +02:00
|
|
|
auth.edit_user,
|
2021-11-12 12:22:07 +01:00
|
|
|
auth.edit_user_preferences,
|
|
|
|
auth.edit_user_sport_preferences,
|
2021-12-19 12:37:05 +01:00
|
|
|
auth.reset_user_sport_preferences,
|
2019-07-14 18:18:41 +02:00
|
|
|
auth.edit_picture,
|
2020-05-17 18:24:25 +02:00
|
|
|
auth.del_picture,
|
|
|
|
auth.request_password_reset,
|
|
|
|
auth.update_password
|