Hi, how would Django auth work with the auth produ...
# off-topic
j
Hi, how would Django auth work with the auth product in Supabase? I'm an complete newbie with Supabase but it looks great, would like to use this as a managed db solution but would like to still have all the auth-scoping goodies with Django such as restricted views etc. Does anybody use Django with Supabase and care to give me a few tips here? Thanks in advance
b
You can see we have pretty good community support for python -- see the available libs here: https://supabase.com/docs/reference/javascript/supabase-client
We have a lot of users who use Django with Supabase -- check out the client repos listed here and you'll find these people in github. Also feel free to post on our Github Discussions page: https://github.com/supabase/supabase/discussions
There's some Django (and a lot of Python) mentions in those discussions.
j
Thank you! 🙂
2 Views