Sha256: f466697c4afba96d74e21b9460e588bdf9f71ee7ded3b5a57e1a9650aabb442f
Contents?: true
Size: 477 Bytes
Versions: 12
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
12 entries across 12 versions & 1 rubygems