Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpk/oauth.net
:lock: The oauth.net website. Feel free to send pull requests with updates.
https://github.com/aaronpk/oauth.net
Last synced: 12 days ago
JSON representation
:lock: The oauth.net website. Feel free to send pull requests with updates.
- Host: GitHub
- URL: https://github.com/aaronpk/oauth.net
- Owner: aaronpk
- Created: 2012-05-18T16:24:03.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T04:42:52.000Z (28 days ago)
- Last Synced: 2024-10-18T08:21:08.511Z (26 days ago)
- Language: PHP
- Homepage: https://oauth.net
- Size: 7.89 MB
- Stars: 283
- Watchers: 42
- Forks: 340
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
oauth.net
=========This repository contains the source to the https://oauth.net website. Feel free to send pull requests with updates.
The license that the oauth.net site uses places all content added on or after 2013-07-23 into the public domain. Content added before that date by authors who have added a public domain declaration to their pull requests is also placed into the public domain.
## Get Started
You can use the built-in PHP webserver to run a development copy of this website.
```
php -S 127.0.0.1:8080 -t public
```## Contributing
See [CONTRIBUTING.md](https://github.com/aaronpk/oauth.net/blob/main/CONTRIBUTING.md)