We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0acf44 commit 134a5a1Copy full SHA for 134a5a1
README.md
@@ -1,6 +1,11 @@
1
# WatcherEx  [](https://coveralls.io/github/lcpojr/watcher_ex)
2
3
WatcherEx is an Oauth2 provider made entirely in elixir.
4
+We have an initial implementation of some oauth2 most common flows as:
5
+
6
+- [Resource Owner](https://tools.ietf.org/html/rfc6749#page-9);
7
+- [Refresh Token](https://tools.ietf.org/html/rfc6749#section-1.5);
8
+- [Client Credentials](https://tools.ietf.org/html/rfc6749#page-9);
9
10
## Requirements
11
0 commit comments