Mit DjangoRest und Vue.js integrieren

Hallo,

ich versuche, Discourse mit einem DjangoRest- und Vue.js-Projekt zu integrieren.

Wie könnte ich SSO mit DjangoRest umsetzen? Hast du eine Idee?

Viele Grüße

1 „Gefällt mir“

You want Django to be the SSO provider?

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

5 „Gefällt mir“

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!