Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Passport | 21,296 | 81,272 | 3,916 | a day ago | 32 | May 20, 2022 | 363 | mit | JavaScript | |
Simple, unobtrusive authentication for Node.js. | ||||||||||
Justauth | 14,549 | 3 days ago | 29 | mit | Java | |||||
🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、推特、飞书、京东、阿里云、喜马拉雅、Amazon、Slack和 Line 等第三方平台的授权登录。 Login, so easy! | ||||||||||
Hydra | 13,872 | 8 | 4 days ago | 1 | May 08, 2019 | 73 | apache-2.0 | Go | ||
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security Modules. Compatible with MITREid. | ||||||||||
Cas | 10,033 | 2 | 306 | a day ago | 127 | September 04, 2022 | 2 | apache-2.0 | Java | |
Apereo CAS - Identity & Single Sign On for all earthlings and beyond. | ||||||||||
Identityserver4 | 8,944 | 314 | 359 | 3 months ago | 99 | March 18, 2021 | apache-2.0 | C# | ||
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core | ||||||||||
Authlib | 3,573 | 162 | 147 | 2 days ago | 35 | April 06, 2022 | 47 | bsd-3-clause | Python | |
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included. | ||||||||||
Openiddict Core | 3,352 | 43 | 23 | 2 days ago | 28 | August 22, 2022 | 23 | apache-2.0 | C# | |
Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1) | ||||||||||
Oathkeeper | 2,896 | 4 days ago | 175 | September 14, 2022 | 59 | apache-2.0 | Go | |||
A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. Inspired by the BeyondCorp / Zero Trust white paper. Written in Go. | ||||||||||
Node Oidc Provider | 2,598 | 25 | 62 | 2 days ago | 317 | September 13, 2022 | mit | JavaScript | ||
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js | ||||||||||
Appauth Android | 2,387 | 120 | 4 | 12 days ago | 8 | December 22, 2021 | 169 | apache-2.0 | Java | |
Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers. |
/** License Copyright 2012 eBay Inc
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
**/
Spring Social PayPal is a Spring Social extension that provides support for the 'Login with PayPal' API. Login With PayPal conforms to OpenId Connect specification(http://openid.net/connect/).
This spring social extension was developed following instructions given [here] (http://static.springsource.org/spring-social/docs/1.0.x/reference/html/implementing.html)
More information at on Login With PayPal can be found [here] (https://developer.paypal.com/webapps/developer/docs/integration/direct/identity/log-in-with-paypal/)
Instructions on how to use this API https://github.com/paypal/spring-social-paypal-openidconnect/wiki/Quick-Start
If you need more information on this API please contact [email protected] or [email protected]