A Vue.js component implements decentralised login with Blockstack
npm install bright-block-authA 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!
``js`
npm i bright-block-auth
Include the script file, then install the component with Vue.use(BrightBlockAuth); e.g.:
`html`
`js`
import BrightBlockAuth from 'bright-block-auth';
Once installed, it can be used in a template as simply as:
`html``