sul-dlss-deprecated / hydrox

DEPRECATED: Hydrox was an experiment to use Hyrax to replace Hydrus as the web-based deposit interface to the Stanford Digital Repository
0 stars 0 forks source link

Use devise for redirect to referring page after login #81

Closed aaron-collier closed 6 years ago

aaron-collier commented 6 years ago

https://github.com/plataformatec/devise/wiki/How-To:-redirect-to-a-specific-page-on-successful-sign-in

Follows #78, rejiggering the mechanics used to redirect users to the "right" page after they authenticate. #78 uses a view override for this, and view overrides are a pain in the neck from an upgrade perspective.