-
@apollopy 提出:
https://github.com/sinkcup/sinkcup.github.io/issues/12#issuecomment-527761299
由于微信并不能光用 token 拿到用户信息,还需要传递 openid。原包里
https://github.com/SocialiteProviders/Providers/blob/master…
-
**🔧 작업 개요**
프론트에서 구글로그인 페이지를 구현해보고 테스트할 필요가 있음 매끄럽게 진행되면 그대로 써도 됨
**📋 상세 설명**
구글 로그인 페이지 구현을 위해 env파일에 구글 클라이언트 아이디와 주소 등등을 추가하고 get을 통해 구글 로그인 페이지를 불러와서 인가코인을 받아오고 인가코인으로 access_token을 얻어…
-
I'm trying to use the Socialite provider for Apple Sign In using the package socialiteproviders/apple but it requires of the version 4.0 of lcobucci/jwt. Is there a way this package can be updated fo…
-
I'm very interested on this, because i intend to make a integration between an laravel project with ADFS (microsoft) using the socialite oauth2. So, do you need any help to keep this? like do an docs…
-
https://circleci.com/gh/laravel-socialite-providers/providers/7
```
#!/bin/bash -eo pipefail
npm install -g --silent gh-pages
git config user.email "sinkcup+cyborg@gmail.com"
git config user.na…
-
Hi!
I'm using laravel sanctum with socialite to connect with twitter or discord and the callback route returns me to my frontend with the url localhost:3000?token=xxx,
I can't find a way to manua…
-
https://github.com/websanova/laravel-api-demo/blob/b7ff0ddff48bb71e68a8bba820f36140504fd15a/app/Http/Controllers/Api/v1/AuthController.php#L173
Hey @websanova,
Why do we return this at all if `o…
-
Hey @robbamos thanks for the repo.
I haven't gone through the motions of installing this yet (though I noticed [you removed Passport](https://github.com/robbamos/laravel-nuxt/commit/070a76dab9eb4c8…
-
use the signUp and login component I have created
and also integrate the facebook authentication you can either use the laravel socialite or vue npm package use what will be fast for you
login shoul…
-
**I am using Laravel 8 with Vue2
My Vue Js Code structure is as below**
import Vue from 'vue';
import VueRouter from "vue-router";
// Vue.component('loader', require('@imageloader/Loader.vu…