2023-03-05 14:26:31 +01:00
|
|
|
Authentication and account
|
|
|
|
##########################
|
2020-12-30 11:12:35 +01:00
|
|
|
|
|
|
|
.. autoflask:: fittrackee:create_app()
|
|
|
|
:endpoints:
|
|
|
|
auth.register_user,
|
2022-03-26 20:30:37 +01:00
|
|
|
auth.confirm_account,
|
|
|
|
auth.resend_account_confirmation_email,
|
2020-12-30 11:12:35 +01:00
|
|
|
auth.login_user,
|
|
|
|
auth.get_authenticated_user_profile,
|
|
|
|
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,
|
2020-12-30 11:12:35 +01:00
|
|
|
auth.edit_picture,
|
|
|
|
auth.del_picture,
|
|
|
|
auth.request_password_reset,
|
2022-03-26 20:30:37 +01:00
|
|
|
auth.update_user_account,
|
|
|
|
auth.update_password,
|
2022-09-15 16:11:13 +02:00
|
|
|
auth.update_email,
|
2023-03-05 14:26:31 +01:00
|
|
|
auth.logout_user,
|
|
|
|
auth.accept_privacy_policy,
|
|
|
|
auth.get_user_data_export,
|
|
|
|
auth.request_user_data_export,
|
|
|
|
auth.download_data_export
|