Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 544 Bytes

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.