Looking for guidance on adding user registration functionality to a Vanna Flask application. #608
Unanswered
anusreesoumya-nv
asked this question in
Q&A
Replies: 3 comments 1 reply
-
I have the same need |
Beta Was this translation helpful? Give feedback.
0 replies
-
@anusreesoumya-nv @E218PQ you have to write your own integration, see example in: https://vanna.ai/docs/web-app-auth/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
@fireworks888 As I remember correctly, the provided example which I sent is
a mockup - and you have to write all integrations yourself, including those
you write about. It takes some doing, as well as OOP knowledge, but it is
the way. For my usecase, we needed SSO, and it works like a charm, as it is
custom built.
-----
Wysłane z urządzenia mobilnego.
Sent from a mobile device.
Pozdrowienia / Greetings
Aleksander Zawalich
https://zawalich.pl
śr., 26 lut 2025, 12:25 użytkownik fireworks888 ***@***.***>
napisał:
… I have tried, but unfortunately, has been unable to meet expectations.For
example, the implementation of login verification, but the API is not
available, can not do web page login verification and API token
verification, I do not know if you have a similar case to share?
—
Reply to this email directly, view it on GitHub
<#608 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCHCRPOTVHW5SXWNVSITZT2RWQC5AVCNFSM6AAAAABVCLPP26VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZSGQ2TMMI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
How do I add a new user to the Vanna Flask app, and what’s the recommended approach for handling user registration and login?
Beta Was this translation helpful? Give feedback.
All reactions