update
This commit is contained in:
parent
60e21eb3d6
commit
0b5842c6eb
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "saleor-app-sdk"
|
name = "saleor-app-sdk"
|
||||||
authors = ["Djkáťo <djkatovfx@gmail.com>"]
|
authors = ["Djkáťo <djkatovfx@gmail.com>"]
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Unofficial Saleor App SDK like library, made to for Rust."
|
description = "Unofficial Saleor App SDK like library, made to for Rust."
|
||||||
keywords = ["saleor", "sdk", "plugin"]
|
keywords = ["saleor", "sdk", "plugin"]
|
||||||
|
|
|
@ -6,10 +6,10 @@ This repo is very likely to introduce breaking changes as it's very early in dev
|
||||||
|
|
||||||
Current Coverage: ~10%
|
Current Coverage: ~10%
|
||||||
|
|
||||||
- [x] Base Types (Manifest, Webhooks, SaleorApp etc.)
|
- [x] Base Types (Manifest, Webhooks, SaleorApp, Auth etc.)
|
||||||
- [x] APLs (Only redis currently implemented)
|
- [x] APLs (Only redis currently implemented)
|
||||||
|
- [x] Webhook utilities (Axum middleware for payload signature verification)
|
||||||
- [ ] JWT Management
|
- [ ] JWT Management
|
||||||
- [ ] Webhook utilities
|
|
||||||
- [ ] Settings Manager
|
- [ ] Settings Manager
|
||||||
- [ ] App Bridge
|
- [ ] App Bridge
|
||||||
- [ ] Handlers
|
- [ ] Handlers
|
||||||
|
|
Loading…
Reference in a new issue