Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-oauth-plugin
Commit: bc57272269210dd430cf1709d72f6c3ec1f7d8c1
https://github.com/jenkinsci/github-oauth-plugin/commit/bc57272269210dd430cf1709d72f6c3ec1f7d8c1
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java
Log Message:
-----------
when the user logs in, transcribe his name and e-mail address
Commit: 8ce9591c5bab9252e70510f0880b12bd685a3ebf
https://github.com/jenkinsci/github-oauth-plugin/commit/8ce9591c5bab9252e70510f0880b12bd685a3ebf
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M src/main/java/org/jenkinsci/plugins/GithubAuthenticationToken.java
Log Message:
-----------
exposing OAuth access token programmatically.
This allow sother plugins to reuse it later, asynchronously even after the
session is gone.
Compare:
https://github.com/jenkinsci/github-oauth-plugin/compare/d4d1524...8ce9591