Web3-token auth provider plugin

I need to create a auth provider plugin which authenticate or register users with web3 using signed messages. A guide I found here: You don’t need JWT anymore. A simpler way to authenticate users… | by Miroslaw Shpak | Medium

It would work like this:

How can I achieve this?

4 Likes

I support this request. Web3 Auth is very much needed today.

2 Likes

I guess it can be similat to the paswordless approach

1 Like

Hello there !

I worked on a Strapi web3 authentication plugin that provide the ability to connect using message signed by the provider (like metamask), you can check it on my github here : https://github.com/SergeantWeb/strapi-webthree-auth

3 Likes

Did somebody come up with a solution?