dcl-crypto-middleware-rs

Crates.iodcl-crypto-middleware-rs
lib.rsdcl-crypto-middleware-rs
version0.2.1
sourcesrc
created_at2023-05-25 12:54:40.057676
updated_at2023-05-31 16:12:06.169487
descriptionUtils to authenticate Decentraland users on Rust services
homepage
repositoryhttps://github.com/decentraland/dcl-crypto-middleware-rs
max_upload_size
id874262
size48,942
Muna (decentraland-bot)

documentation

README

Decentraland Authentication Middleware for Rust

Utils to authenticate a DCL user using the Authchain

This crate aims to provide all the utilities needed for authenticating an user when creating a new Rust service. It can be compared to this library for TS

It provides:

  • A mechanism for authenticating a WS conneciton.
  • A verification function for signed fetches to be called as a middleware on a HTTP Server.
Commit count: 11

cargo fmt