Nat Budin
Nat Budin
> Looks like this broke some other cases somehow. Ah yeah, I see that it did. I'll look into those and see if I can figure out what's up.
@epage First off, sorry for breaking the tests! This is my first time working with a workspace project, and I didn't realize that simply running `cargo test` without `--workspace` would...
I'm the author of this PR (but not the maintainer of this package). For what it's worth, I'm actually [removing our forked version of react-js-pagination](https://github.com/neinteractiveliterature/intercode/pull/4445) from the app that uses...
Hi, sorry for the delay in getting back to you. Could you post samples of your logs (with any sensitive information removed) from _both_ apps when trying to do a...
I agree this is potentially a problem, but I'm unsure what to do about it. Ideally it'd be great to be able to do something like creating a class that...
The reason the module sets the URL right now is because it needs to be accessed by a Warden strategy (in this case, `Devise::Strategies::CasAuthenticatable`). AFAIK, there's no good way to...
There's basically two reasons the strategy needs to use URLs: 1. If you need to do a redirect from a Warden strategy, you use the `redirect!` method, which accepts a...
@MarcReniu thanks for the bump. The test suite hasn't really been working right since Rails 4, as you know. I think this has something to do with the really awful...
Cool, thank you @sauy7! That's a whole bunch of work you put in and I really appreciate it. I think you're probably right that these are breaking changes for earlier...
@sauy7 In the case of this particular use case, I don't think it matters whether you use a custom Warden failure app, because `devise_cas_authenticatable`'s single sign-out feature will insert one...