ProxyAuthentication allows two Rails applications to share an authenticated user, through a url token. App A can (through its own authentication system, e.g. Devise) authenticate a user, and then generate a link to App B with the encoded user info (in the url token). App B can then validate the request and decode the user info.
Required Ruby Version
>= 0
Authors
Jesús Dugarte
Versions
- 0.0.4 October 26, 2015 (38.5 KB)