草庐IT

login_auth

全部标签

android - 推特异常 : Unable to login

关闭。这个问题需要detailsorclarity.它目前不接受答案。想改进这个问题吗?通过editingthispost添加细节并澄清问题.关闭8年前。Improvethisquestion我的应用程序中有“使用Twitter登录”按钮。昨天我用twitter登录,它完美运行。但今天它没有。我附上了同样问题的日志。01-1514:47:44.812:W/System.err(11435):403:Therequestisunderstood,butithasbeenrefused.Anaccompanyingerrormessagewillexplainwhy.Thiscodeisu

android - 在 android firebase auth 中注销后如何强制谷歌帐户选择器

我正在使用FirebaseGoogleAuth,注销并再次登录将使用上次登录的帐户登录。我怎样才能每次都选择帐户? 最佳答案 Firebase身份验证Quickstart示例代码提供了以下几个注销步骤全局声明这两个变量privateGoogleSignInClientmGoogleSignInClient;privateGoogleSignInOptionsgso;在onCreate方法中添加这些行gso=newGoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_

android - com.firebase.ui.auth.FirebaseUiException : Provider error - Firebase-UI Authentication Facebook login not working

我正在使用电子邮件、Facebook和谷歌提供商使用Firebase-UI身份验证。电子邮件和Google登录工作正常,但Facebook登录不工作。我的facebook和firebase依赖项://Firebaseimplementation'com.google.firebase:firebase-core:16.0.1'//CloudFirestoreimplementation'com.google.firebase:firebase-firestore:17.0.2'//FirebaseAuthenticationimplementation'com.google.fireb

php - BasicNetwork.performRequest : Unexpected response code 403 for http://localhost/database/login. php

我正在使用Volley连接到MySql数据库。我创建了数据库表并编写了php函数,下面是java代码。所有这一切一直有效,但就在昨天,它醒来时在logcat中给出了这个错误并且它没有返回任何响应,使用googlechromepostman测试php脚本工作正常所以我认为我的java代码有问题。BasicNetwork.performRequest:http://192.168.43.71/database/login.php的意外响应代码403|我知道之前有人问过几个这样的问题,我已经全部检查过了,但似乎没有任何效果。我要疯了。privatevoidlogin(){StringRequ

PostMan 调用 Auth2.0 获取Token 报错问题总结

(1)authorization_code:授权码模式(常用、安全行最好)根据授权码获取accessTokenhttp://localhost:8080/oauth/token?code=6s9qUj&grant_type=authorization_code&redirect_uri=http://www.mayikt.com/callback&scope=all报错类型(1)invalidgrant_typepwsswordpublicvoidconfigure(ClientDetailsServiceConfigurerclients)throwsException{clients.in

android - 检查用户是否已经使用 Auth.GoogleSignInApi 登录?

我发现为了让用户登录,我必须使用以下代码:IntentsignInIntent=Auth.GoogleSignInApi.getSignInIntent(mGoogleApiClient);startActivityForResult(signInIntent,RC_SIGN_IN);退出newResultCallback(){@OverridepublicvoidonResult(Statusstatus){disconnect();}});但是当用户重新启动应用程序并且他已经登录(之前没有注销)时,是否有可能检测到这种“当前登录”状态?显然,可以在应用程序的设置(共享首选项)中保存

android - 如何解决谷歌登录集成中的 "com.google.android.gms.auth.api.signin.internal.SignInHubActivity"ActivityNotFoundException 问题

我已经在android应用程序中集成了谷歌登录,但是当运行应用程序时,我得到了如下异常:android.content.ActivityNotFoundException:Unabletofindexplicitactivityclass{com.example/com.google.android.gms.auth.api.signin.internal.SignInHubActivity};haveyoudeclaredthisactivityinyourAndroidManifest.xml?你能告诉我如何在AndroidManifest.xml文件中声明SignInHubAct

Azure AD B2C 与 Google Flutter 的 Easy Auth 身份验证

我正在使用GoogleFlutter,它有一个用于移动开发的前端,我正在使用AzureAppServices作为后端。如何处理登录和身份验证,以便我可以使用作为Azure应用服务一部分的EasyAuth调用AzureADB2C。我还没有看到任何用于Flutter的SDK。Flutter不使用Javascript,所以我不能像在其他Azure示例中看到的那样使用javascript来调用它。有什么想法吗?我想很多其他人都会面临同样的问题,因为Azure如此受欢迎。我想使用GoogleFirestore,但我不能,因为它不符合HIPAA。 最佳答案

Azure AD B2C 与 Google Flutter 的 Easy Auth 身份验证

我正在使用GoogleFlutter,它有一个用于移动开发的前端,我正在使用AzureAppServices作为后端。如何处理登录和身份验证,以便我可以使用作为Azure应用服务一部分的EasyAuth调用AzureADB2C。我还没有看到任何用于Flutter的SDK。Flutter不使用Javascript,所以我不能像在其他Azure示例中看到的那样使用javascript来调用它。有什么想法吗?我想很多其他人都会面临同样的问题,因为Azure如此受欢迎。我想使用GoogleFirestore,但我不能,因为它不符合HIPAA。 最佳答案

android - 升级后 Firebase Auth UI 出现 Google 登录错误

我成功地使用了旧版本的firebaseauthui,但在升级到最新版本后,我在尝试使用Google登录时收到以下错误:E/AuthUI:Asign-inerroroccurred.com.firebase.ui.auth.FirebaseUiException:Code:10,message:10:atcom.firebase.ui.auth.data.remote.GoogleSignInHandler.onActivityResult(GoogleSignInHandler.java:106)atcom.firebase.ui.auth.ui.idp.AuthMethodPicke