It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
ios
4 Topicsflutter login example
Hello I am building a flutter app that integrates with AWS cognito. In my custom Login Screen, I use flutter TextFormField and specify : TextFormField(.... autofillHints: const [AutofillHints.username], ...) TextFormField(... autofillHints: const [AutofillHints.password], ...), ) However, when the focus is on just the password, and the 1password prompt appears to suggest an auto-fill, it will only autofill the item that has the focus, not both username and password. How do I get 1password to auto-fill both username and password from one action? Right now, I have to change the focus on each field, and have 1password auto-fill those fields individually.44Views0likes6CommentsImprovements to 1Password Community coming May 22nd
Since re-launching 1Password Community in February, we’ve been taking note of every piece of feedback you’ve all shared so we can continue to make improvements. One trend we’ve seen in the feedback is that we need to make it clearer what posts should go where. The feedback also made it clear that we needed to simplify the navigation so people can get where they want to go quickly and easily. To that end, on Thursday, May 22nd we’ll be re-organizing 1Password Community to make it easier to navigate, find what you’re looking for, and know where to post. We’ll be simplifying the discussion board structure, reducing clutter on the 1Password Community homepage and in the navigation bar at the top of every page. We know lots of folks come here for support, so we’ve also added Get help to the main navigation to help you find existing answers, post a new question in the community, or contact 1Password Support. We hope you’ll find these updates helpful! What’s changing? In the new structure, we’ll have the following discussion boards: Announcements: This is a new discussion board where 1Password staff can share news and updates. 1Password at work: If you’re using 1Password products in your business, this is the best place to get help and share what you’ve learned. 1Password at home: This is the place to get help and talk about all things 1Password for personal cybersecurity and privacy. Developers: Just like before, we’ll continue to have a space for developers to chat with each other and members of the 1Password team. Lounge: Just like before, this space is for off-topic, just-for-fun, and 1Password-adjacent topics. Current discussion boards New discussion boards Lounge Lounge Password Manager 1Password at home Device Trust 1Password at work Passage Developers Developers Developers 1Password Administrators 1Password at work 1Password Developers: SDKs Developers Announcements Do I need to do anything? Nope! Your profile and credentials will stay the same. Will any posts be going away? No, any posts in discussion boards that are being retired will be moved to other discussion boards so that nothing is lost. For any bookmarked discussions that are moved, their old url will redirect you to the new one. When will these changes happen? These changes are scheduled for Thursday, May 22nd. We will share any updates if that changes. Staff will be standing by to help with any questions or concerns. If you have any feedback, please don’t hesitate to reply to this thread. We love to hear from you and will continue to make improvements based on your feedback. Beyond these imminent changes, you can also start new discussion threads in the Lounge and use the tag Community Feedback at any time to share your suggestions!38Views0likes0CommentsUsing 1Password during password change in iOS App
I'm a developer with a native Swift + SwiftUI app that has its own account sign up/sign in functionality. I'm able to use 1Password to assist with login, alongside the built-in iOS password manager. However, in my "Change password" form, implemented in SwiftUI, the iOS password manager jumps in and auto-populates the "new password" and "confirm new password" fields, and 1Password is nowhere to be found as an option. If I click "Other options..." I'm left to manually type and confirm a new password. There's no way to bring up 1Password to have it suggest a new password and update the login. Is there any reference implementation code available that shows how best to do this such that 1Password will be "looped in" correctly during the "Change password" flow? Thanks! Stephen19Views0likes1Comment