Skip to content

Commit

Permalink
Update signet-milestone_1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
replghost authored Nov 14, 2023
1 parent 96de297 commit c7229a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deliveries/signet-milestone_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The purpose of this milestone is to create a documented, integratable Sign in wi
| 3. | Feature: Expiration | We will add the ability for the front end to specify an expiration time for the signed message [commit](https://github.com/TalismanSociety/siws/commit/2b823166430c8f7c32e13c907c5fc4ccde97e3e9) | See the file "SiwsMessage.ts" |
| 4. | Feature: Message Formats | We will add the ability to create the message payload both as a human-readable string, in addition to the existing JSON format [commit](https://github.com/TalismanSociety/siws/commit/2b823166430c8f7c32e13c907c5fc4ccde97e3e9) | See the file "SiwsMessage.ts" |
| 5. | Feature: Message Verification | We will add the ability to verify the signed message payload in either string or JSON format [commit](https://github.com/TalismanSociety/siws/commit/2b823166430c8f7c32e13c907c5fc4ccde97e3e9) | See the file "parseMessage.ts" |
| 6. | Public Docs: Sign in with Substrate | We will create a public documentation site/landing page for Sign in with Substrate, in order to catalyze adoption by other projects, as well as eventual standardization. [landing](https://siws.xyz/), [docs](https://docs.siws.xyz/) | |
| 6. | Example: Integrate SIWS into Signet | We will integrate the newly created SIWS package back into Signet, replacing the initial implementation from before. This will allow Signet to function as a reference implementation for SIWS, including a front-end and back-end. [commit](https://github.com/TalismanSociety/talisman-web/pull/852/commits/3a70198cdf1b171606537f286c8c96e3939ee91d) | |
| 7. | Example: Create example dapp for SIWS | We will create an example “boilerplate” NextJS Dapp that integrates SIWS, including a frontend with login functionality and a backend that can verify the login and return data to logged in users. [commit](https://github.com/TalismanSociety/siws/commit/2b823166430c8f7c32e13c907c5fc4ccde97e3e9) | The example dapp is hosted at [https://siws.xyz](https://siws.xyz) |
| 8. | Public Docs: Sign in with Substrate | We will create a public documentation site/landing page for Sign in with Substrate, in order to catalyze adoption by other projects, as well as eventual standardization. [landing](https://siws.xyz/), [docs](https://docs.siws.xyz/) | |

**Additional Information**

0 comments on commit c7229a1

Please sign in to comment.