From 7ddce90ac2138083d77ef6d7d57d2cbcf19a8006 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 22 Nov 2023 05:03:38 +0000 Subject: [PATCH] Bump --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c03f150..924b8b9 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,16 @@ This is a Rust implementation of the CCIP gateway. It allows you to issue unlimited gasless subdomains for your name, as well as to create, manage, and moderate namespaces. > [!NOTE] -> This gateway is built to be an **Opinionated ENS Subname Issuer**, if youre looking for something more generic, please checkout [ccip-gateway], and []. +> This gateway is built to be an **Opinionated ENS Subname Issuer**, if youre looking for something more generic, please checkout [ensdomains/offchain-resolver](https://github.com/ensdomains/offchain-resolver), and [ensdomains/offchain-resolver-example](https://github.com/ensdomains/offchain-resolver-example). ## Features - CCIP Spec Compliant Gateway Endpoint -- `postgres` - Transparent Database backend -- `selfservice` - Enabled self-service for updating records +- `postgres` - Transparent Database backend. +- `self-service` - Authentication-based updating records. +- `eoa-self-service` - EOA-based Authentication. (TODO) +- Modular authentication for EOA, Admin API, & more. +- View endpoint for profile data. ## Setup