OAuth2 Custom Redirects Plugin

Here’s a project that was sponsored by a client recently that extends the Discourse OAuth2 Basic plugin.

The issue we were up against was that the Log In URL and the Sign Up URL each needed to be different, whereas the base plugin uses the same authorization URL for both. All this plugin does is add a setting ('oauth2_signup_url`) and uses that URL for the Sign Up button, which allows both buttons to go to different places.

Repo: GitHub - procourse/discourse-oauth2-custom-redirects-plugin

4 个赞

供记录:官方 OAuth2 插件现在提供了此功能

所以我认为此插件可能可以被视为已停止支持。

一旦我们将 一些即将到来的核心更改 合并到 Discourse 核心中,它所做的覆盖将失效,因此我将先发制人地添加 broken 标签。如果您有任何异议,请告诉我。

3 个赞