Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hydra | 14,093 | 8 | 2 hours ago | 1 | May 08, 2019 | 78 | 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. | ||||||||||
Springcloud | 8,114 | 20 days ago | 55 | apache-2.0 | Java | |||||
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中 | ||||||||||
Oauth2 Server | 6,294 | 3,244 | 191 | 21 days ago | 96 | April 07, 2022 | 84 | mit | PHP | |
A spec compliant, secure by default PHP OAuth 2.0 Server | ||||||||||
Node Oauth2 Server | 3,871 | 419 | 129 | 3 months ago | 24 | June 07, 2021 | 190 | mit | JavaScript | |
Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js | ||||||||||
Grant | 3,771 | 210 | 41 | 5 months ago | 98 | March 09, 2022 | 23 | mit | JavaScript | |
OAuth Proxy | ||||||||||
Node Oidc Provider | 2,679 | 25 | 62 | 4 days ago | 317 | September 13, 2022 | mit | JavaScript | ||
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js | ||||||||||
Oauth2 Server Laravel | 2,406 | 835 | 72 | 5 years ago | 32 | March 13, 2017 | 10 | mit | PHP | |
An OAuth 2.0 bridge for Laravel and Lumen [DEPRECATED FOR LARAVEL 5.3+] | ||||||||||
Aqueduct | 2,357 | 35 | 2 | 2 years ago | 38 | June 01, 2020 | 180 | bsd-2-clause | Dart | |
Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider. | ||||||||||
Spring Security Oauth | 1,888 | a month ago | 3 | mit | Java | |||||
Just Announced - "Learn Spring Security OAuth": | ||||||||||
Spring Boot Microservices | 1,544 | 4 years ago | 12 | apache-2.0 | Java | |||||
Spring Boot Template for Micro services Architecture - Show cases how to use Zuul for API Gateway, Spring OAuth 2.0 as Auth Server, Multiple Resource (Web Services) Servers, Angular Web App, Eureka dor registration and Discover and Hystrix for circuit breaker |
league/oauth2-server
is a standards compliant implementation of an OAuth 2.0 authorization server written in PHP which makes working with OAuth 2.0 trivial. You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them.
Out of the box it supports the following grants:
The following RFCs are implemented:
This library was created by Alex Bilbie. Find him on Twitter at @alexbilbie.
The latest version of this package supports the following versions of PHP:
The openssl
and json
extensions are also required.
All HTTP messages passed to the server should be PSR-7 compliant. This ensures interoperability with other packages and frameworks.
composer require league/oauth2-server
The library documentation can be found at https://oauth2.thephpleague.com. You can contribute to the documentation in the gh-pages branch.
The library uses PHPUnit for unit tests.
vendor/bin/phpunit
We use Github Actions, Scrutinizer, and StyleCI for continuous integration. Check out our configuration files if you'd like to know more.
See the project changelog
Contributions are always welcome. Please see CONTRIBUTING.md and CODE_OF_CONDUCT.md for details.
Bugs and feature request are tracked on GitHub.
If you have any questions about OAuth please open a ticket here; please don't email the address below.
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
This package is released under the MIT License. See the bundled LICENSE file for details.
This code is principally developed and maintained by Andy Millington.
Between 2012 and 2017 this library was developed and maintained by Alex Bilbie.
PHP OAuth 2.0 Server is one of many packages provided by The PHP League. To find out more, please visit our website.
Special thanks to all of these awesome contributors.
Additional thanks go to the Mozilla Secure Open Source Fund for funding a security audit of this library.
The initial code was developed as part of the Linkey project which was funded by JISC under the Access and Identity Management programme.