From 02283fe4979ad055a20131166628a32b3c152897 Mon Sep 17 00:00:00 2001 From: IN COMMON Collective Date: Fri, 26 Mar 2021 15:24:16 +0100 Subject: [DEV] WIP: explore sso login alternative --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 54f383e..07c7616 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -34,6 +34,6 @@ Rails.application.routes.draw do get '/by-uuid/:uuid', to: 'uuid_resolver#new', as: 'uuid_resolver' # Discourse SSO - get 'authenticate(/:token)', to: 'welcome#authenticate' + get 'authenticate(/:token)', to: 'welcome#authenticate', as: 'authenticate' get 'logout', to: 'welcome#logout' end -- cgit v1.2.3