Replies: 1 comment
-
Going to go a different route with this, thanks. |
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
-
Thanks for the wonderful project. I'm investigating a slightly atypical way of integrating allauth into a project and tl;dr I'm trying to figure out if there's a way to add a query var that contains an error message for example in the event of a failure e.g.
django-allauth/allauth/socialaccount/helpers.py
Line 183 in 4c3b84a
After staring at the source for a bit I cant quite understand if this is achievable, perhaps via
get_connect_redirect_url
(I dont think so) or any other way.If relevant, a bit more context is that I would like to avoid having to create a separate view for my app (which doesnt use Django for the frontend) just to retrieve the error messages that get added to Django.
Thanks for any and all thoughts
Beta Was this translation helpful? Give feedback.
All reactions