diff --git a/README.md b/README.md index 4cd0afe..1b470e8 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ ROLA is intended for use in the server backend portion of a Full Stack dApp. It ## Documented examples - [Typescript full-stack](/examples/typescript-full-stack/README.md) + +# License + +The ROLA code and examples is released under [Apache 2.0 license](LICENSE). Binaries are licensed under the [Radix Software EULA](http://www.radixdlt.com/terms/genericEULA) \ No newline at end of file diff --git a/examples/typescript-full-stack/README.md b/examples/typescript-full-stack/README.md index 90b6252..882d48b 100644 --- a/examples/typescript-full-stack/README.md +++ b/examples/typescript-full-stack/README.md @@ -176,3 +176,7 @@ If the derived address matches the `address` provided `request.body.proof.public ### Keeping users authenticated ROLA is meant to be a secure and framework agnostic way to authenticate a user using public key cryptography enabled by the Radix Wallet. After a successful ROLA verification it is up to the dApp to establish a persistent authentication strategy that allows the client to stay authenticated between requests. + +# License + +The ROLA code and examples is released under [Apache 2.0 license](LICENSE). Binaries are licensed under the [Radix Software EULA](http://www.radixdlt.com/terms/genericEULA) \ No newline at end of file