payprop / net-oauth2-authorizationserver

Module to implement core functions of an OAuth2 authorization server
7 stars 10 forks source link

Returns in try { } catch { } blocks #20

Closed dylanwh closed 5 years ago

dylanwh commented 5 years ago

I don't believe the the return on line 260 of AuthorizationCodeGrant.pm will do what the author intended.

I'm also worried there are other places where this happens. I'll audit the code and report my findings here.

leejo commented 5 years ago

Resolved by #21