Login faster using Metamask [Deleted]

RisteDimitrievski

Active member
RisteDimitrievski submitted a new resource:

Login faster using Metamask - An addon that allow members to login faster using metamask wallet.

An addon that allow members who had connected their account with metamask to log in faster using Metamask dApp.
More details see on link: https://store.ristedimitrievski.mk/products/login-using-metamask.9

Requirements:

- Moralis server ready and application id and server url should be added in addon's options.

Read more about this resource...
 
RisteDimitrievski updated Login faster using Metamask with a new update entry:

Updated the SDK to the latest version

Moralis SDK is updated to the latest version. Hovever there are some small bug fixes. Full changelog can be seen at:

Read the rest of this update entry...
 
Would it be possible to register an account via metamask or is this strictly a connect to an already made account plugin?
 
Would it be possible to register an account via metamask or is this strictly a connect to an already made account plugin?
Yes, it's possible to register an account via metamask. You'll be asked to enter your username, password and email address. Later you can sign in with metamask or username & password you've entered during signup.

All what you need to do is to click "Connect with Metamask", and if you don't have associated account with your metamask, you'll be asked to register.
 
Has anyone out there tried this?

Appears to be 2k+ views but no downloads or ratings?

Security would be super important for an add-on like this...
 
Has anyone out there tried this?

Appears to be 2k+ views but no downloads or ratings?

Security would be super important for an add-on like this...

When you associate your account, or create new one it will generate sessionId and save it to the database xf_users table and later that will be used to verify your associated account.

So yes it is secure, no one is able to know your stored sessionId to login to your account.
 
Does this follow XF best practices? In another thread you were planning to make all sorts of template edits that people were urging you to avoid.

Would be helpful to see a video of this working, hear review from anyone using it, etc...
 
Does this follow XF best practices? In another thread you were planning to make all sorts of template edits that people were urging you to avoid.

Would be helpful to see a video of this working, hear review from anyone using it, etc...
Yes, it follows.
The addon is extending XF\Entity\User::class and add one column for storing sessionId when associating an account.
Hovever you will need Moralis server for this addon to work correctly.
 
RisteDimitrievski updated Login faster using Metamask with a new update entry:

Version 1.1.1 Changelog

When visitor clicks on "Register with Metamask", a signature is being generated with message:
URL where he is signing
Date
The signature & walletAddress is saved in database for verification when logging in.
Demo: https://store.ristedimitrievski.mk

- Removed Moralis server requirements.
- Implemented easy registration with only Username.


Added two new phrases:

metamask_signup
connect_with_metamask

Read the rest of this update entry...
 
Top Bottom