Ruby on Rails
Friday, December 22, 2017
Re: [Rails] How to authenticate a User with a corporate OAuth2 API
›
Have you looked at OmniAuth yet? That's how I would try to connect to an OAuth provider. There is a Devise strategy for OmniAuth. All th...
Re: [Rails] establish connection creates new connection pool on each request
›
Are you seeing this in development or production? I would expect this behavior in development, but never in production. In my experience, co...
[Rails] How to authenticate a User with a corporate OAuth2 API
›
I have a corporate OAuth 2.0 API that every application should use to authenticate its users. This API requires a request to have the follow...
‹
›
Home
View web version