Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keplersj/gatsby-plugin-verify-brave

Gatsby plugin for Brave Rewards Verification
https://github.com/keplersj/gatsby-plugin-verify-brave

basic-attention-token bat brave brave-browser gatsby gatsby-plugin

Last synced: about 1 month ago
JSON representation

Gatsby plugin for Brave Rewards Verification

Awesome Lists containing this project

README

        

# gatsby-plugin-verify-brave

Gatsby plugin for [Brave Rewards](https://creators.brave.com/) Verification. No need to include a TXT file in your `static` directory, let us take care of that! This plugin will help verify you own your website with Brave Rewards, see [the Brave Creators documentation on Verifying Ownership for more details](https://support.brave.com/hc/en-us/articles/360018210951-How-do-I-verify-my-website-or-domain-with-Brave-Payments-Video-Tutorial-).

## Installation

```bash
npm install gatsby-plugin-verify-brave
```

## Usage

Add the plugin, your Brave Rewards Token, and your domain in your `gatsby-config.js`:

```js
module.exports = {
plugins: [
{
resolve: "gatsby-plugin-verify-brave",
options: {
token: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",
domain: "test.dev",
},
},
],
};
```

## License

Copyright 2019-2020 [Kepler Sticka-Jones](https://keplersj.com/). Licensed MIT.