salomon_.
DTDrizzle Team
•Created by 균어 on 3/5/2024 in #help
How to get findMany with count?
Hey, did you find a solution? Have same question
9 replies
Correct way to get cookie from the rest api
@rohrig Let me explain a bit. So, now I have a dashboard built with django as a rest api and vue 3 (spa) on frontend side. I have a static auth pages, login, signup, etc served by django so it generates and pass token and session to the client. The index.html of spa app is also served by django so I always have the csrftoken to do a rest api like post etc. So I have a kinda hybrid app where we use static django pages for login and then redirect to the spa. But now I need to ged rid of the static pages. So looking for a way to do an auth flow
17 replies