-
I tried to implement a simple integration of the SAML2 provider: https://socialiteproviders.com/Saml2/
I can see the button
but it takes me to `/admin/oauth/saml2` which results in a 404. I don't …
-
Sometimes we want to redirect the user to a non-Inertia environment after a visit.
Inertia already supports something similar under the hood, for asset versioning.
https://github.com/inertiajs/…
-
Hello,
When e-mail verification is required, it's expected the verification link is sent automatically. Currently, the user is just redirected to the verification pending screen (where it's stated …
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
When upgrading from 5.1.3 to th…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
After upgrading to V7 we kept r…
-
### Socialite Version
5.8.0
### Laravel Version
10.*
### PHP Version
8.2.*
### Database Driver & Version
_No response_
### Description
Example from documentation (https://laravel.com/docs/10.…
-
### Stack
Jetstream – Vue with Inertia
### Package Version
v6.0
### Laravel Version
v11.0
### Livewire Version
_No response_
### react Version
_No response_
### Vue Version
_No response_
…
-
使用的是路由中间件,95%的用户都是正常的,但是有小部分用户授权我非常有问题,困扰好几天了
路由配置:
`//微信授权组
Route::group(['middleware' => ['web', 'wechat.oauth:default,snsapi_userinfo']], function () {
//微信授权登录
Route::get('/wechat…
-
**Describe the bug**
As per Laravel docs
https://laravel.com/docs/8.x/socialite
return Socialite::driver('google')
->with(['hd' => 'example.com'])
->redirect();
The with method shows u…
-
I just cannot get mailing to work. I've tried both smtp and sendmail, but with no luck.
I've tested both smtp and sendmail outside of 2FAuth, and they work. So I'm not sure what I am doing wrong. :(
…