Sha256: 5c2aad1c146e3e1b55b046a0b19486ef04d08305d12deae11e612e9a7b3cb5bc
Contents?: true
Size: 475 Bytes
Versions: 14
Compression:
Stored size: 475 Bytes
Contents
Rails.application.routes.draw do match '/auth/gds/callback', to: 'authentications#callback', as: :gds_sign_in match '/auth/gds/sign_out', to: 'authentications#sign_out', as: :gds_sign_out match '/auth/failure', to: 'authentications#failure', as: :auth_failure match '/auth/gds/api/users/:uid', to: "api/user#update", via: "PUT" match '/auth/gds/api/users/:uid/reauth', to: "api/user#reauth", via: "POST" end
Version data entries
14 entries across 14 versions & 1 rubygems