From 1d53b3c26f4167be4e19e508c96a617d79c67363 Mon Sep 17 00:00:00 2001 From: hellekin Date: Mon, 5 Oct 2020 14:39:03 +0200 Subject: Add Discourse SSO code --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index c06383a..a2260d6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,6 @@ Rails.application.routes.draw do # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html + + # Discourse SSO + get 'my/account/:token', to: 'authentication#login' end -- cgit v1.2.3