Skip to content

Commit

Permalink
Merge pull request #254 from AgileBits/rad/remove-AppExtensionURLStri…
Browse files Browse the repository at this point in the history
…ngKey-reference-from-the-readme

[IMPROVED] Clarifying the use of the URL string in the README.
  • Loading branch information
Rad Azzouz committed Sep 3, 2015
2 parents 6cfd8af + 29c9c6f commit 3e212b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Adding 1Password to your registration screen is very similar to adding 1Password

You'll notice that we're passing a lot more information into 1Password than just the `URLString` key used in the sign in example. This is because at the end of the password generation process, 1Password will create a brand new login and save it. It's not possible for 1Password to ask your app for additional information later on, so we pass in everything we can before showing the password generator screen.

An important thing to notice is the `AppExtensionURLStringKey` is set to the exact same value we used in the login scenario. This allows users to quickly find the login they saved for your app the next time they need to sign in.
An important thing to notice is that the `URLString` is set to the exact same value we used in the login scenario. This allows users to quickly find the login they saved for your app the next time they need to sign in.

### Use Case #3: Change Password

Expand Down

0 comments on commit 3e212b1

Please sign in to comment.