Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpk/command-line-oauth
A quick demo of doing OAuth from the command line
https://github.com/aaronpk/command-line-oauth
oauth oauth2
Last synced: 9 days ago
JSON representation
A quick demo of doing OAuth from the command line
- Host: GitHub
- URL: https://github.com/aaronpk/command-line-oauth
- Owner: aaronpk
- Created: 2018-07-14T00:53:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T00:56:51.000Z (over 6 years ago)
- Last Synced: 2024-04-12T19:53:03.608Z (10 months ago)
- Topics: oauth, oauth2
- Language: PHP
- Size: 17.6 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md/LICENSE.md
Awesome Lists containing this project
README
OAuth from the Command Line
===========================1. Sign up for an [Okta Developer](https://developer.okta.com/signup/) account
2. Create an application and fill in your client ID, secret, and metadata URL into the top of `login.php`.
3. Run `php login.php`