vapor / jwt-kit

🔑 JSON Web Token (JWT) signing and verification (HMAC, ECDSA, EdDSA, RSA, PSS) with support for JWS and JWK
https://api.vapor.codes/jwtkit/documentation/jwtkit/
MIT License
198 stars 51 forks source link

Rename JWK/s KeyCollection APIs #186

Closed ptoffy closed 2 months ago

ptoffy commented 2 months ago

All of the algorithms use the add API to add keys to the key collection. The JWK and JWKS are still using the old use. We should update those