ios
ios copied to clipboard
Feature request: 1Password integration
Steps to reproduce
- Start FetLife app for the first time.
Expected behavior
App should detect that 1Password is installed and give the user the option to get their login creds from 1Password. Usually this is done by adding a small 1Password button to the right side of the username field the user can tap to start the 1Password workflow.
Actual behavior
App has no 1Password integration, I need to manually go to 1Password, find my password and copy/paste it into the FetLife app.
Device Info
Tested on iPhone 6, iOS 9.3.1
hmmm... can one get 1password to work in a web view?
Big fan of 1password! I use it religiously!
I'm a huge 1password user as well. 😁
This is interesting, the login screen is technically a WebView that loads a fetlife.com url for OAuth2 authentication. I know that we could integrate 1password in a native login view, but I'm not sure if we could do that inside of a webview. Definitely something we want to look into.
This might be a good reason to do a native login view, but I would want to make sure it's very secure and safe to be open-source.
They have a repo under the MIT license, with both WebView support and native app support, as well as sample apps. I've started looking at it, although I don't think I'd ever have code for a PR
https://github.com/AgileBits/onepassword-app-extension
@ellteeelltee Awesome thanks! Checking it out now. 👀
Arguably this one is no longer required since iOS has native support for all applications (webview or otherwise) for anything that looks like a password field.