简体   繁体   English

我可以同时使用在我的 laravel 网站中创建的 oauth 2.0 客户端 ID 用于颤振应用程序吗?

[英]Can i use my oauth 2.0 client id created in my laravel website for flutter app in simultaneously?

I have an online store that I built by Bagisto , which depends on the Laravel platform and I created my oauth 2.0 client id in https://console.cloud.google.com/ for google sign in And it works fine.我有一个由Bagisto建立的在线商店,它依赖于 Laravel 平台,并且我在https://console.cloud.google.com/中创建了我的 oauth 2.0 客户端 ID 以进行谷歌登录,它运行良好。 Now I made a mobile application for this store using Flutter and I need to add a sign in with a Google account and I found this plugin google_sign_in: ^5.3.1 The question is : Can i use my oauth 2.0 client id created in my laravel website for flutter app in simultaneously?现在我使用 Flutter 为这家商店制作了一个移动应用程序,我需要使用 Google 帐户添加登录,我发现这个插件google_sign_in:^5.3.1问题是:我可以使用我在 laravel 中创建的 oauth 2.0 客户端 ID Flutter 应用程序的网站同时在吗? one client id for laravel and flutter . laravel 和 flutter 的一个客户 ID。 please help请帮忙

Every application has its own client id.每个应用程序都有自己的客户端 ID。 As google_sign_in instructions says正如google_sign_in说明所说

To access Google Sign-In, you'll need to make sure to register your application.要访问 Google 登录,您需要确保注册您的应用程序。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在我的网站上同时使用Laravel和Drupal? - How can I use both Laravel and Drupal in my website? 我应该将我的客户网站从Laravel 4.0升级到4.1吗? - Should I upgrade my client website from Laravel 4.0 to 4.1? 如何在我的新 Laravel 应用程序中下载在旧应用程序中创建的文件 - How can i download a file created in an old app in my new Laravel App 如何获取插入的用户ID并在Laravel的个人资料表中使用它? - How can I get the inserted user id and use it in my profile table in Laravel? 如何获取登录用户的 ID 并在 Laravel 7 的 AppServiceProvider 文件中使用它? - How can I get the ID of logged in user and use it in my AppServiceProvider file in Laravel 7? 我的 Laravel 网站很慢 我怎样才能让它变快? - My Laravel Website is very slow How can I make it fast? 如何在我的Laravel网站中添加视频背景作为横幅? - How can i add a video background as a banner to my website in Laravel? 我有由 laravel 8 创建的项目,并且我将 JWT 用于我的 API,现在我无法安装推送器,因为 Z41D1FADBD811407CFFEED1353 版本 - I have project created by laravel 8 ,and i use JWT for my API ,now i can't install pusher because of JWT version 如何为我的 Laravel 网站制作多个模板? (我的意思是前端模板不是 Laravel 模板引擎) - How Can I Make multiple template for my laravel website? (I mean frontend template not laravel template engine) 如何使用OpenID并在我的Laravel应用程序中实现它? - How do I use OpenID and implement it in my Laravel app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM