diff options
| author | bt <bt@rctt.net> | 2026-05-24 22:01:56 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-05-24 22:01:56 +0200 |
| commit | c553d1d38de85cd014f0bd013a474a8e9e4f0e08 (patch) | |
| tree | 3a581f99fdc1396c23acb286acc1ad360bf6c3f8 /docs | |
| parent | 9fb83be2ad5396b6a33b75be806d18a92fe602fc (diff) | |
| download | solec-c553d1d38de85cd014f0bd013a474a8e9e4f0e08.tar.gz solec-c553d1d38de85cd014f0bd013a474a8e9e4f0e08.zip | |
[docs] Updatev0.5.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rfc.md | 8 | ||||
| -rw-r--r-- | docs/rfc.txt | 18 |
2 files changed, 13 insertions, 13 deletions
diff --git a/docs/rfc.md b/docs/rfc.md index e99b53b..5c9f9b0 100644 --- a/docs/rfc.md +++ b/docs/rfc.md @@ -206,10 +206,10 @@ different auth method will be used. ### UserAuth -| Type | Name | -|--------|----------| -| string | username | -| string | password | +| Type | Name | +|--------|--------------| +| string | user_address | +| string | password | ### ServerAuth diff --git a/docs/rfc.txt b/docs/rfc.txt index c235666..394b4c2 100644 --- a/docs/rfc.txt +++ b/docs/rfc.txt @@ -1,7 +1,7 @@ SOLEC Working Group bt, Ed. Internet-Draft RCTT.net -Intended status: Experimental 16 May 2026 -Expires: 17 November 2026 +Intended status: Experimental 24 May 2026 +Expires: 25 November 2026 System of Lightweight Electronic Communication @@ -248,13 +248,13 @@ Table of Contents 2.4.4. UserAuth - +========+==========+ - | Type | Name | - +========+==========+ - | string | username | - +--------+----------+ - | string | password | - +--------+----------+ + +========+==============+ + | Type | Name | + +========+==============+ + | string | user_address | + +--------+--------------+ + | string | password | + +--------+--------------+ Table 6 |
