1.0.21 • Published 7 years ago
bright-block-auth v1.0.21
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
7 years ago
1.0.20
7 years ago
1.0.19
7 years ago
1.0.18
7 years ago
1.0.17
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago