Azard / egg-oauth2-server

:star2: OAuth2 server plugin for egg.js based on node-oauth2-server
MIT License
179 stars 45 forks source link

修复 authorize 函数中返回的剪头函数绑定 this 的错误 #29

Closed ithinco closed 6 years ago

ithinco commented 6 years ago
Checklist
Affected core subsystem(s)

Description of change

修复 authorize 函数中返回的剪头函数绑定 this 的错误,该错误导致生产 HTTPS 环境下授权码模式无法跑通