Javascript – How can I programatically authenticate a user in Auth.js?
I have a Django application with authenticated (logged-in) users. UPDATE: using the built-in django authentication. I have another (Svelte) application using Auth.js (https://authjs.dev) for authentication, currently set up with github/facebook/linkedin. Now I want to send a user from the Django…