Is possible to create own login system for tutor open edx quince? I use this api
https://courses.edx.org/api/user/v2/account/login_session/'
It works for me, and it gives me a success response with redirect url. But it seems it didn’t auto login instead of redirecting me to the dashboard it redirect me to the default mfe auth login. Is anyone try it out?
Thank you.