https://github.com/seratch/oauth-server-example
Just an OAuth 1.0a server example in Java
https://github.com/seratch/oauth-server-example
Last synced: 16 days ago
JSON representation
Just an OAuth 1.0a server example in Java
- Host: GitHub
- URL: https://github.com/seratch/oauth-server-example
- Owner: seratch
- Created: 2012-02-26T16:22:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-26T16:27:43.000Z (about 13 years ago)
- Last Synced: 2025-02-02T18:23:45.841Z (3 months ago)
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Just an OAuth server example in Java
## Run the example server
```sh
mvn jetty:run
```## Client
### Java
src/test/java/
### Ruby
example/ruby_client
### Perl
example/perl_client