1.0.21 • Published 6 years ago

bright-block-auth v1.0.21

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

bright-block-auth

A Vue component that shares a (Bulma) navbar item to control blockstack login.

This component is for sharing between brightblock applications but may be helpful for other applications looking to integrate blockstack decentralised login flows!

Installation

npm i bright-block-auth

Browser

Include the script file, then install the component with Vue.use(BrightBlockAuth); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/brightblock-auth/dist/bright-block-auth.min.js"></script>
<script type="text/javascript">
  Vue.use(BrightBlockAuth);
</script>

Module

import BrightBlockAuth from 'bright-block-auth';

Usage

Once installed, it can be used in a template as simply as:

<bright-block-auth></bright-block-auth>
1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago