bluesky-social / atproto

Social networking technology created by Bluesky
Other
7.28k stars 513 forks source link

Add alg argument #2869

Closed miker2049 closed 1 month ago

miker2049 commented 1 month ago

While this shouldn't be necessary in backend/Node environment, jose seems to use its browser package if you are trying to use this in Bun. The added argument here will be ignored in proper node environments, but also makes it work in Bun. Clue here: https://github.com/panva/jose/issues/471

matthieusieben commented 1 month ago

Covered by: https://github.com/bluesky-social/atproto/pull/2879