mikenicholson / passport-jwt

Passport authentication using JSON Web Tokens
MIT License
1.96k stars 213 forks source link

Passport-jwt does not support edDSA algorithm for token verification #258

Open kirtigamdha opened 3 weeks ago

kirtigamdha commented 3 weeks ago

Passport-jwt relies on jsonwebtoken which does not support edDSA. Support for algorithm should be added and there should be a way to provide out custom verify logic and preventing default logic to executed.