clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

Get `jsonwebtoken` and `jwks` forks from crates.io #1958

Closed bfops closed 2 weeks ago

bfops commented 2 weeks ago

Description of Changes

Porting this over from the release branch.

We were using custom forks of the jwks and jsonwebtoken crates, but this prevented us from publishing to crates.io because those crates were not published.

We have published the current versions of those crates.

API and ABI breaking changes

Not breaking.

Expected complexity level and risk

2

Testing

This successfully published to crates.io.