rxante / oauth
A collection of OAuth related things for the RxAnte Web Services team
Installs: 1 558
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- ext-curl: *
- ext-mbstring: *
- dflydev/fig-cookies: ^3.1
- firebase/php-jwt: ^6.10
- guzzlehttp/guzzle: ^7.0
- hyperf/guzzle: ^3.1
- lcobucci/jwt: ^5.5
- league/oauth2-client: ^2.7
- league/oauth2-server: ^9.2
- psr/cache: ^3.0
- psr/clock: ^1.0
- psr/container: ^2.0
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
- psr/http-server-middleware: ^1.0
- psr/log: ^2 || ^3
- ramsey/uuid: ^4.7
Requires (Dev)
- buzzingpixel/symfony-var-dumper-decorator: ^1.0
- mockery/mockery: ^1.6
- pestphp/pest: ^3.8
- rxante/coding-standards: ^1.1.2
- symfony/process: ^7.3
- zoltanka/bypass-readonly: dev-bugfix
README
Documentation
The Big Picture
More Details on individual components
PHP
- SendToLoginCreateAuthUrlEvent
- RequireOauthTokenHeaderMiddleware
- RequireOauthSessionLoginRedirectMiddleware
- RequireOauthSessionAccessDeniedMiddleware
- Custom Authentication Hook
- OauthUserInfoRepositoryInterface
- Configuring the League Client
- Make An Authenticated API Request
Javascript
- AuthCodeGrantApi
- TokenRepository
- RequestFactory
- RefreshAccessToken
- RefreshLock
- NextMiddlewareHeadersFactory
License
Copyright 2025 RxAnte, Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project 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.