We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XE 3.1.0 (laravel 5.5 → 6.x) 이상의 버전에서도 소셜 로그인 플러그인을 설치할 수 있도록 변경합니다.
"laravel/socialite": "~3.4.0"
"laravel/socialite": "~3.4.0||^4.0"
핵심 인터페이스와 메서드는 변경되지 않음
Laravel\Socialite\Contracts\Factory
Laravel\Socialite\Contracts\Provider
Laravel\Socialite\Two\AbstractProvider
토큰 처리 및 사용자 정보 검색
userFromToken()
userFromTokenAndSecret()
laravel/socialite 4.x
The text was updated successfully, but these errors were encountered:
#34 [laravel 6.x] Update laravel/socialite dependency
e98e9de
#34 [XE3 3.1.x] Update xpressengine/xpressengine dependency
8fe172c
gyorudayo
No branches or pull requests
XE 3.1.0 (laravel 5.5 → 6.x) 이상의 버전에서도 소셜 로그인 플러그인을 설치할 수 있도록 변경합니다.
변경사항
"laravel/socialite": "~3.4.0"
"laravel/socialite": "~3.4.0||^4.0"
호환성 검증
핵심 인터페이스와 메서드는 변경되지 않음
Laravel\Socialite\Contracts\Factory
Laravel\Socialite\Contracts\Provider
Laravel\Socialite\Two\AbstractProvider
토큰 처리 및 사용자 정보 검색
userFromToken()
userFromTokenAndSecret()
이전 버전 호환성
laravel/socialite 4.x
를 사용하여 플러그인 설치 및 사용이 가능The text was updated successfully, but these errors were encountered: