We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to check a route that is authenticate by CAS (Central Authentication Service) and check response body.
I'm between 2 options:
cas_service : { url: 'http://...', user: 'aaa', password: '1234' }
I prefer option 1. What do you think @prodis @brunoadacosta and other?
The text was updated successfully, but these errors were encountered:
@celsocrivelaro, I would go to the first option. From my opinion It does not make sense create another gem.
Sorry, something went wrong.
I would go to the first option too,
Ok, first option will be implemented.
I was looking at CAS clients, specially Cassette ( https://github.com/locaweb/cassette ), but it has some Rails dependencies.
Any ideas about cas clients?
No branches or pull requests
I need to check a route that is authenticate by CAS (Central Authentication Service) and check response body.
I'm between 2 options:
I prefer option 1. What do you think @prodis @brunoadacosta and other?
The text was updated successfully, but these errors were encountered: