-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# ROLA | ||
# ROLA (Radix Off-Ledger Authentication) | ||
|
||
ROLA is a method of authenticating something claimed by the user connected to your dApp with the Radix Wallet. It uses the capabilities of the Radix Network to make this possible in a way that is decentralized and flexible for the user. | ||
|
||
ROLA is intended for use in the server backend portion of a Full Stack dApp. It runs "off-ledger" alongside backend business and user management logic, providing reliable authentication of claims of user control using "on-ledger" data from the Radix Network. | ||
|
||
## Resources | ||
|
||
[What is ROLA](https://docs-babylon.radixdlt.com/main/frontend/rola.html) | ||
|
||
## Implementations | ||
|
||
- [NPM](https://www.npmjs.com/package/@radixdlt/rola) | ||
|
||
## Documented examples | ||
|
||
- [Typescript full-stack](/examples/typescript-full-stack/README.md) |