aboutsummaryrefslogtreecommitdiff
path: root/docs/_build/html/_sources/autoapi/app/views/auth
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-07 13:59:08 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-07 13:59:08 +0530
commit3a708b304319afe84ebf3d40ecebabe6acc339f3 (patch)
treeb72f391dbe4d5370394c546f94e10d6edaa17a63 /docs/_build/html/_sources/autoapi/app/views/auth
parent359813517e3382c527125fe673fa89f0fd0742c0 (diff)
started work on automatic documentation
Diffstat (limited to 'docs/_build/html/_sources/autoapi/app/views/auth')
-rw-r--r--docs/_build/html/_sources/autoapi/app/views/auth/index.rst.txt63
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/_build/html/_sources/autoapi/app/views/auth/index.rst.txt b/docs/_build/html/_sources/autoapi/app/views/auth/index.rst.txt
new file mode 100644
index 0000000..5dcf9d7
--- /dev/null
+++ b/docs/_build/html/_sources/autoapi/app/views/auth/index.rst.txt
@@ -0,0 +1,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()
+
+