mirror of
https://github.com/tcsenpai/OCSA-On-Chain-Signon-Authentication.git
synced 2025-06-05 18:45:27 +00:00
17 lines
467 B
Markdown
17 lines
467 B
Markdown
# OCSA
|
|
|
|

|
|
|
|
## A blockchain based gas free (aka without costs) authentication module based on data signing through Metamask enabled browsers
|
|
|
|
This module is a work in progress and should be used with a grain of salt
|
|
|
|
### Usage
|
|
|
|
Host auth.js on a server and run it:
|
|
|
|
npm install
|
|
node auth.js
|
|
|
|
Use the code provided in client folder to build your app.
|