File tree Expand file tree Collapse file tree
social/src/main/scala/jp/t2v/lab/play2/auth/social/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ trait OAuth10aController extends Controller with OAuthController {
1414
1515 protected val authenticator : OAuth10aAuthenticator
1616
17- private val RequestTokenSecretKey = " play.social.requestTokenSecret"
17+ protected val RequestTokenSecretKey = " play.social.requestTokenSecret"
1818
1919 def login = AsyncStack (ExecutionContextKey -> OAuthExecutionContext ) { implicit request =>
2020 implicit val ec = StackActionExecutionContext
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ trait OAuth2Controller extends Controller with OAuthController { self: OptionalA
1515
1616 protected val authenticator : OAuth2Authenticator
1717
18- private val OAuth2StateKey = " play.auth.social.oauth2.state"
18+ protected val OAuth2StateKey = " play.auth.social.oauth2.state"
1919
2020 // TODO scope is optional in some services
2121 // TODO some services have more optional parameter
You can’t perform that action at this time.
0 commit comments