دمج مع DjangoRest و Vue.js

مرحبًا،

أنا أحاول دمج Discourse مع مشروع DjangoRest + Vue.js.

كيف يمكنني تنفيذ SSO باستخدام DjangoRest؟ هل لديك أي فكرة؟

تحياتي

You want Django to be the SSO provider?

Create a route/controller that implements this API here Official Single-Sign-On for Discourse (sso)

Yes, I want to use my django rest as SSO provider but I am using a frontend in VUE, so I want to manage the session to let user get into the discourse without any login.

I’ve found this project (Bitbucket) what do you think?

Thanks and Happy New Year!