Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshcanhelp/oauth-grants-in-php

Common OAuth grants implemented in PHP for instructional purposes.
https://github.com/joshcanhelp/oauth-grants-in-php

Last synced: about 1 month ago
JSON representation

Common OAuth grants implemented in PHP for instructional purposes.

Awesome Lists containing this project

README

        

# OAuth Grants in PHP

OAuth grants implemented and explained in PHP.

**Please Note:** This project is a WIP and instructional in nature.
Please take this into account before implementing anything here in a production app.

- [Authorization Code](authorization-code)
- [Authorization Code with PKCE](authorization-code-with-pkce)
- [Implicit](implicit-grant)
- [Resource Owner](resource-owner)