All Questions
Tagged with authentication xcode
176 questions
0
votes
0
answers
51
views
Amplify - Auth and Data consoles data not up-to-date with my Xcode project
It is my first time using AWS Amplify. I have setup amplify (gen 2) authentication and data with my Swift project, and the AWS amplify console clearly shows my models and auth being available. However,...
0
votes
1
answer
650
views
Trouble with Google OAuth in iOS WebView Wrapped Application
I'm new to emulating and authentication etc, using WKWebView to load my web application and wrap my webview into my si/emulator. However when trying to login with the google auth redirect I get 403 ...
0
votes
1
answer
257
views
Xcode not importing Supabase libraries correctly
I'm setting up a Swift iOS application using Supabase for the back-end, but my Xcode is not using correctly the Supabase library. Im trying to implement a Log in for my app, but when I call the ...
2
votes
0
answers
4k
views
saving and reading log in to keychain not working IOS swift
Hello I have a log in view that uses face recognition to authenticate the user and If the user is authenticated it reads their log in info from keychain if they have it saved. For some reason all this ...
2
votes
1
answer
384
views
How to add a custom authentication plugin for MacOS Ventura?
I'm trying to create a custom authentication plugin for MacOS Ventura (instead of using a password i want to use a 4 digit code), and i was going to try and follow the code from this repository ...
0
votes
1
answer
967
views
customizing the size of ASWebAuthenticationSession
I am trying to use ASWebAuthenticationSession in order to comply with Apple's suggestions to do auth in-app instead of by flipping to Safari, but the default dialog that is shown looks a bit small to ...
1
vote
1
answer
2k
views
Force 'Sign up with <app>' flow to reappear for Sign in with Apple in Flutter and retrieve email and fullName
The first time I signed in with Apple in my app, I received the full Create an account for <app> using your Apple ID flow. However, I was not able to see and save the email and fullName fields.
...
0
votes
1
answer
1k
views
Swift: How to create an alert informing "wrong password" during user login (firebase)
I have tried to add an alert to the login button informing the user if they have entered an incorrect password. I added a showAlert.toggle to the signIn function but my syntax is wrong and XCode ...
1
vote
2
answers
797
views
Is there a iOS standard for adding error messages to textFields?
I am trying to perform text validation on my textFields for user login and sign up and I want to display error text depending on what the user inputs. I have been trying to find if there is any sort ...
0
votes
0
answers
32
views
Cannot find 'emailTextField' in scope
image
it can't find'emailTextField' in scope, but It works on the signup auth
1
vote
1
answer
3k
views
Why the login in terminal is on ttys000?
When I opened my terminal it said that last login was on ttys000? What is ttys000 and is it okay to have it?
2
votes
0
answers
121
views
SwiftUI - Sign In with Apple - Xcode 13.1
I need to authenticate the users of my app through the use of login with apple. Until recently I have always added the capabilities of Sign in with apple but now I can't find it anymore when I use ...
0
votes
0
answers
93
views
How to integrate GigyaNss in my Xcode project?
I'm trying to integrate Gigya within my Xcode project but the official documentation lacks for details. First, I don't understand how I should load my schema. I have created a json file and added it ...
0
votes
2
answers
119
views
Move textfield up when it is not visible
I want to move textfield up when keyword covers the textfield. Now I am facing a problem with the moving textfield up: it moves up but every time when I click one of the textfields.
How to move the ...
1
vote
1
answer
3k
views
How to make Login for user from Web API with SwiftUI?
I have a web API testing, just like this (you can't access it as it needs a vpn to the server):
http://172.16.5.56:8081/User/SpecificUser/userEmail/userPassword
If I open the API with correct email ...