@stacks/auth
Advanced tools
Comparing version 1.0.0-beta.7 to 1.0.0-beta.8
{ | ||
"name": "@stacks/auth", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Authentication for Stacks apps.", | ||
@@ -48,6 +48,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@stacks/common": "^1.0.0-beta.7", | ||
"@stacks/encryption": "^1.0.0-beta.7", | ||
"@stacks/network": "^1.0.0-beta.7", | ||
"@stacks/profile": "^1.0.0-beta.7", | ||
"@stacks/common": "^1.0.0-beta.8", | ||
"@stacks/encryption": "^1.0.0-beta.8", | ||
"@stacks/network": "^1.0.0-beta.8", | ||
"@stacks/profile": "^1.0.0-beta.8", | ||
"codecov": "^3.7.2", | ||
@@ -71,3 +71,3 @@ "cross-fetch": "^3.0.5", | ||
"unpkg": "dist/auth.cjs.production.min.js", | ||
"gitHead": "ce733d62f720db6d59247453bf3bb2942bcb7446" | ||
"gitHead": "77b4d6d531b74996e4b7a0cbd1cf5b8358a690ce" | ||
} |
@@ -1,11 +0,13 @@ | ||
# `auth` | ||
# @stacks/auth | ||
> TODO: description | ||
Construct and decode authentication requests for Stacks apps. | ||
## Usage | ||
## Installation | ||
``` | ||
const auth = require('auth'); | ||
npm install @stacks/auth | ||
``` | ||
// TODO: DEMONSTRATE API | ||
``` | ||
## Usage | ||
See [documentation](https://docs.blockstack.org/authentication/building-todo-app) |
844290
14