Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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