Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)