Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fortizpenaloza/oauthst
https://github.com/fortizpenaloza/oauthst
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fortizpenaloza/oauthst
- Owner: fortizpenaloza
- License: mit
- Created: 2018-01-25T21:18:38.000Z (almost 7 years ago)
- Default Branch: release-candidate
- Last Pushed: 2020-03-12T19:12:30.000Z (over 4 years ago)
- Last Synced: 2024-10-09T13:25:13.386Z (29 days ago)
- Language: Smalltalk
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```