aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-oauth2-generic
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.2.8Sunpoet Po-Chuan Hsieh2020-09-192-4/+4
| | | | | | | Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/-/commits/master Notes: svn path=/head/; revision=549018
* Update to 0.2.7Sunpoet Po-Chuan Hsieh2020-09-132-4/+4
| | | | | | | Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/-/commits/master Notes: svn path=/head/; revision=548570
* Update to 0.2.6Sunpoet Po-Chuan Hsieh2020-09-052-4/+4
| | | | | | | Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/-/commits/master Notes: svn path=/head/; revision=547644
* Update to 0.2.5Sunpoet Po-Chuan Hsieh2020-08-302-5/+6
| | | | | | | Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/-/commits/master Notes: svn path=/head/; revision=547031
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-10-201-3/+4
| | | | Notes: svn path=/head/; revision=515009
* Update to 0.2.4Sunpoet Po-Chuan Hsieh2017-11-182-4/+4
| | | | | | | Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=454438
* Update to 0.2.3Sunpoet Po-Chuan Hsieh2017-11-182-4/+4
| | | | | | | Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=454395
* Add rubygem-omniauth-oauth2-generic 0.2.2Sunpoet Po-Chuan Hsieh2017-03-223-0/+45
omniauth-oauth2-generic provides an OmniAuth strategy for authenticating with an OAuth2 service using the authorization grant flow. Most OmniAuth gems are written either as abstractions (omniauth-oauth2) or for a specific provider (omniauth-github), but this one is designed to be configurable enough to work with any basic OAuth2 provider. The primary differences between OAuth2 provider strategies in OmniAuth are: - The server's domain - The URL paths used to authorize, request tokens and get user info - The structure of the returned user information These are all configurable options in this gem. There my be certain requirements/features of some providers not covered by this gem's options, but it was designed primarily so that if you are implementing your own OAuth2 provider for your service, you don't need to write an OmniAuth strategy as long as it is compatible with the basic options provided by this gem. WWW: https://gitlab.com/satorix/omniauth-oauth2-generic Notes: svn path=/head/; revision=436729