Jacob Walker

Results 3 issues of Jacob Walker

RackCAS's Fake CAS is automatically included by RackCAS in the Rails test environment and comes with a hardcoded /logout route. This change redirects to /logout when server_url is not set...

In test, RackCAS's Fake CAS always seems to redirect back to CasAuthenticatableController#new, which always returns 401, which creates a loop. It does create the session correctly but after signing in...

In `config/routes.rb`, `devise_for` can take a `skip` argument for skipping routes. This works fine for built-in strategies, but doesn't seem to affect `devise_cas_authenticatable`. Is there any way to do this?