aboutsummaryrefslogtreecommitdiff
path: root/docs/_build/html/_sources/autoapi/app/views/auth/index.rst.txt
blob: 5dcf9d75f40483924a5c97578f441639fb0e00f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
:mod:`app.views.auth`
=====================

.. py:module:: app.views.auth


Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   app.views.auth.register_user
   app.views.auth.signin_user
   app.views.auth.login_with_google
   app.views.auth.login_with_google_auth
   app.views.auth.confirm_email
   app.views.auth.user_dashboard
   app.views.auth.logout
   app.views.auth.unauthorized



Attributes
~~~~~~~~~~

.. autoapisummary::

   app.views.auth.ts


.. data:: ts
   

   

.. function:: register_user()


.. function:: signin_user()


.. function:: login_with_google()


.. function:: login_with_google_auth()


.. function:: confirm_email()


.. function:: user_dashboard()


.. function:: logout()


.. function:: unauthorized()