18 lines
425 B
ReStructuredText
18 lines
425 B
ReStructuredText
Authentication
|
|
##############
|
|
|
|
.. autoflask:: fittrackee:create_app()
|
|
:endpoints:
|
|
auth.register_user,
|
|
auth.login_user,
|
|
auth.logout_user,
|
|
auth.get_authenticated_user_profile,
|
|
auth.edit_user,
|
|
auth.edit_user_preferences,
|
|
auth.edit_user_sport_preferences,
|
|
auth.reset_user_sport_preferences,
|
|
auth.edit_picture,
|
|
auth.del_picture,
|
|
auth.request_password_reset,
|
|
auth.update_password
|