Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dot-login milestone 1 #1197

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions deliveries/dot-login-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Milestone Delivery 📫

**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/dot-login.md
* **Milestone Number:** 1

**Context**

Please note that this delivery complies to the [amended contract](https://github.com/w3f/Grants-Program/pull/2346).

**Deliverables**

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
takahser marked this conversation as resolved.
Show resolved Hide resolved
| 0a. | License | https://github.com/singkeo/dot-login-substrate-node/blob/main/LICENSE | |
| 0b. | Documentation | https://github.com/singkeo/dot-login/blob/main/README.md | |
| 0c. | Testing Guide | https://github.com/singkeo/dot-login/blob/main/README.md | |
| 0d. | Docker | - | |
| 1. | `zkEphemeralKeys` Pallet | https://github.com/singkeo/dot-login-substrate-node/blob/1ac35576d2379d922553f7df96e4dc52beeca9c2/pallets/zkproof/src/lib.rs#L56-L70 | |
| 2. | `address` Pallet | [Substrate pallet for deriving wallet addresses from OAuth2 JWT.](https://github.com/singkeo/dot-login-substrate-node/tree/main/pallets/zkproof/src) | |
| 3. | `jwtValidation` Pallet | https://github.com/singkeo/dot-login-substrate-node/blob/1ac35576d2379d922553f7df96e4dc52beeca9c2/pallets/zkproof/src/lib.rs#L62 |
| 4. | `JWK Registry` Pallet | https://github.com/singkeo/dot-login-substrate-node/tree/main/pallets/zkproof/src |
| 5. | Client and OAuth Integrations | https://github.com/singkeo/dot-login |
Loading