You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2020. It is now read-only.
- [String] redirect redirect key when call signinPath, so we can redirect after auth, default is `redirect_uri`
62
62
```
63
63
64
-
* clientID, clentSecret and callbackURL are regist in https://github.com/settings/applications.
64
+
* clientID, clentSecret and callbackURL are registered in https://github.com/settings/applications.
65
65
* if you set userKey field, `koa-github` will request to get the user info and set this object to `this.session[options.userKey]`, otherwise `koa-github` will not do this request.
66
66
* if you triggle by `/github/auth?redirect_uri=/callback`, `koa-github` will redirect to `/callback` after auth, and the redirect_uri only accept start with `/`.
0 commit comments