Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fortizpenaloza/oauthst


https://github.com/fortizpenaloza/oauthst

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# OAuthSt
OAuthSt is an implementation of OAuth 2.0 according to [RFC 6749](https://tools.ietf.org/html/rfc6749)

Open playground and evaluate:

``` smalltalk
Metacello new
baseline: 'OAuth2St';
repository: 'github://fortizpenaloza/OAuthSt:master/source';
load: 'Development'
```