minkan-chat / server

This repository keeps the backend implementation for the Minkan end-to-end encrypted messenger.
GNU Affero General Public License v3.0
16 stars 1 forks source link

build broken because of jsonwebtoken dependency #21

Closed Erik1000 closed 2 years ago

Erik1000 commented 2 years ago

jsonwebtoken version 8.0.0-beta.3 removed the Default implementation. This breaks the build because guards/authentication_guard.rs uses it.