-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Update docs for WordPress.org release
- Loading branch information
1 parent
333bfeb
commit 465392f
Showing
7 changed files
with
64 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
=== RainbowKit Login (Web3 Integration for Sign-In With Ethereum) === | ||
Contributors: davisshaver | ||
Tags: WordPress, web3, SIWE, Ethereum, RainbowKit, Sign-In With Ethereum | ||
Tested up to: 6.0 | ||
Requires at least: 5.9 | ||
Requires PHP: 7.0 | ||
Stable tag: 0.1.5 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
WP Rainbow allows WordPress users to log in with Ethereum using the Sign-In With Ethereum standard, powered by RainbowKit. | ||
|
||
== Description == | ||
|
||
Providing a [Sign-In With Ethereum](https://login.xyz/) experience for [WordPress](https://wordpress.org/) using [RainbowKit](https://www.npmjs.com/package/@rainbow-me/rainbowkit). | ||
|
||
- Allow users to log in with Ethereum | ||
- Set required token balance for login | ||
|
||
_Want to try it out? [Head here.](https://wp-rainbow.davisshaver.com/wp-login.php)_ | ||
|
||
== Frequently Asked Questions == | ||
|
||
= What filters are included? = | ||
|
||
Find reference implementations of all filters in [example plugin here](https://github.com/davisshaver/wp-rainbow/blob/main/wp-rainbow-filter-examples.php). | ||
|
||
**`wp_rainbow_nonce_life`** - Filter amount of time before nonce expires. | ||
|
||
**`wp_rainbow_role_for_address`** - Filter role granted to a specific address on sign-in. | ||
|
||
**`wp_rainbow_infura_id`** - Filter Infura ID to override settings value. | ||
|
||
**`wp_rainbow_redirect_url`** - Filter login redirect URL. | ||
|
||
= What actions are included? = | ||
|
||
**`wp_rainbow_validation_failed`** - Fires when validation fails. | ||
|
||
**`wp_rainbow_user_created`** - Fires when user created. | ||
|
||
**`wp_rainbow_user_updated`** - Fires when user updated. | ||
|
||
**`wp_rainbow_user_login`** - Fires when user logs in. | ||
|
||
== Changelog == | ||
|
||
= 0.1.5 = | ||
* Initial plugin release to WordPress.org | ||
|
||
== Screenshots = | ||
|
||
1. RainbowKit Login allows users to log in using their Ethereum wallet | ||
2. RainbowKit Login includes a login block that can be customized |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters