oauth2-server icon indicating copy to clipboard operation
oauth2-server copied to clipboard

Allow Ecdsa keys as oauth2 server

Open shyim opened this issue 1 year ago • 2 comments

Currently, the algo is hard-coded here https://github.com/thephpleague/oauth2-server/blob/master/src/Entities/Traits/AccessTokenTrait.php#L47

Switching it does not work in any case, but you get at least a key. Verifiying seems also hard-coded somewhere

shyim avatar Aug 11 '22 13:08 shyim

Thank you. This implementation is hopefully just a stop gap until we drop PHP 7 support all together. I will flag this for addressing in the next major.

Sephster avatar Sep 21 '22 16:09 Sephster