Sha256: f9d94a9f6e2122fe32e75ba1005e6ff6e7273df41ca137c41100a51409e162bd
Contents?: true
Size: 477 Bytes
Versions: 9
Compression:
Stored size: 477 Bytes
Contents
Rails.application.routes.draw do next if GDS::SSO::Config.api_only? get '/auth/gds/callback', to: 'authentications#callback', as: :gds_sign_in get '/auth/gds/sign_out', to: 'authentications#sign_out', as: :gds_sign_out get '/auth/failure', to: 'authentications#failure', as: :auth_failure put '/auth/gds/api/users/:uid', to: "api/user#update" post '/auth/gds/api/users/:uid/reauth', to: "api/user#reauth" end
Version data entries
9 entries across 9 versions & 1 rubygems