-
@anandsiddharth thanks for the effort but I am trying to get this working as an end-to-end example so I can both move on to other parts of my app, and that this helps more people that are stuck. I'm j…
-
Hello,
I'm receiving 'Fatal Error: Class 'Barryvdh\Queue\AsyncServiceProvider' not found'
Laravel 5.1
My composer file
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*",…
-
### The problem
We want all activity on the application to take place in an authenticated state. Using InertiaJS means that we can use the session-based authentication provided by Laravel out of t…
-
Hi!
When the callback returns from the apple servers I get a 419 error from Laravel. Disabling the VerifyCsrfToken middleware fixes this but is obviously not a fix.
Laravel framework version: v8…
-
99.99% 和 100% 不一样,所以我认为不能用「四舍五入」,而用「向下取整」,变成 99%
然后发现 codecov 把 90.77 变成了 91
[![codecov](https://codecov.io/gh/laravel-fans/laravel-ui-socialite/branch/master/graph/badge.svg?token=wCwgkrKXCp)](…
-
- Adicionar página com descrição do uso dos dados
- Adicionar opção do usuário remover os dados coletados
- Evitar que os dados sejam expostos por padrão
- Permitir que o usuário desmarque a opçã…
-
I wonder Why the access_token from a data object is being intercepted EVEN IF you are not using the vue authenticate url such as login, logout, register, providers method for authenticating a user....…
-
For beginning, we could start with Google, Facebook and Twitter. Probably we shall go with https://github.com/laravel/socialite unless there is a better choice.
duxet updated
7 years ago
-
Right now, we can only let users create a username and password, but we should look into Laravel Socialite and let them use Twittier/Facebook and maybe Github.
-
**🔧 작업 개요**
프론트에서 구글로그인 페이지를 구현해보고 테스트할 필요가 있음 매끄럽게 진행되면 그대로 써도 됨
**📋 상세 설명**
구글 로그인 페이지 구현을 위해 env파일에 구글 클라이언트 아이디와 주소 등등을 추가하고 get을 통해 구글 로그인 페이지를 불러와서 인가코인을 받아오고 인가코인으로 access_token을 얻어…