piral-oauth2
Advanced tools
Comparing version 1.0.0-pre.1657 to 1.0.0-pre.1699
{ | ||
"name": "piral-oauth2", | ||
"version": "1.0.0-pre.1657", | ||
"version": "1.0.0-pre.1699", | ||
"description": "Plugin to integrate OAuth 2.0 authentication in Piral.", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"piral-core": "^1.0.0-pre.1657" | ||
"piral-core": "^1.0.0-pre.1699" | ||
}, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "793a4aa660d37f25c1f7eb9951935f23eadca798" | ||
"gitHead": "317680d30bf226a6c54a4e05f9420fe666c090df" | ||
} |
@@ -21,3 +21,3 @@ [![Piral Logo](https://github.com/smapiot/piral/raw/master/docs/assets/logo.png)](https://piral.io) | ||
> For authors of pilets | ||
::: summary: For pilet authors | ||
@@ -39,5 +39,5 @@ You can use the `getAccessToken` function from the Pilet API. This returns a promise. | ||
## Setup and Bootstrapping | ||
::: | ||
> For Piral instance developers | ||
::: summary: For Piral instance developers | ||
@@ -101,4 +101,6 @@ The provided library only brings API extensions for pilets to a Piral instance. | ||
::: | ||
## License | ||
Piral is released using the MIT license. For more information see the [license file](./LICENSE). |
104