hipster-philology / pyrrha

A language-independent post-correction app for POS-tagging and lemmatization
https://pyrrha.huma-num.fr
MIT License
27 stars 16 forks source link

`itsdangerous` deprecated `TimedJSONWebSignatureSerializer` #277

Closed PonteIneptique closed 2 years ago

PonteIneptique commented 2 years ago

Currently, Pyrrha uses TimedJSONWebSignatureSerializer.

It has been deprecated and removed from Pyrrha ( https://github.com/pallets/itsdangerous/issues/129 / https://itsdangerous.palletsprojects.com/en/2.1.x/changes/?highlight=timedjsonwebsignatureserializer#version-2-0-0 )

They recommend using Authlib.

PonteIneptique commented 2 years ago

This seems to be partially responsible for errors in #280 right now.

PonteIneptique commented 2 years ago

WIP fix incoming