thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.52k stars 1.12k forks source link

Support for EC keys #1204

Closed NikoGrano closed 3 years ago

Sephster commented 3 years ago

I think we need to change the implementation of this really. The phpseclib seems like it would be a better option to validate and save keys. For this reason, and the fact that EC keys aren't RSA keys so the name might cause confusion, I'm going to leave this PR for now.

If you would like to attempt a phpseclib implementation I'd welcome a PR.