Skip to content

refinableco/coding-test-frontend-login-sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Frontend: Login using your wallet

We want to authenticate using our Metamask wallet. To do this we will make the user sign a message which is exchanged with the backend. The backend will on its turn, respond with an authorization token.

To start

  • Install npm modules in backend using yarn or npm install and run it using yarn start or npm start
  • Create a frontend using create-react-app or anything that you deem fit

Assignment

Show that you can create the authentication flow. We don't want anything fancy looking, just displaying the authentication token retrieved on the end suffices.

Handing in

Zip folders but exclude the node_modules folder :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors