Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-26T16:27:43.000Z (over 12 years ago)
- Last Synced: 2024-08-25T00:53:30.258Z (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