OK, so we think we just solved hives sign up issues simply with a comma "," and a "1". that was all it took.
you can now sign up to chain, without needing to install Keychain or enter keys anywhere.
You can just sign up with google or email, buy and account or earn a free account, and you can immediately post to chain.
This changes EVERYTHING. mostly it means its now SUPER easy to just stay logged in with your Google account and post to hive direclty from your mobile.
To try this out go to:
https://beta.firstcontext.app/login?redirect=%2Flogin
Below we will show you the steps, and at the bottom the code. can you see where the comma "," and a "1" is?
Stop by Step:
Pre-delegation embedded HERE.
// When the user opts in (default ON), @firstcontextpost{{OR YOUR APP'ACCOUNT NAME HERE}} gets
// weight 1 alongside the user's own posting key. weight_threshold=1
// → EITHER signature can authorise posting ops independently.
posting: {
weight_threshold: 1,
account_auths: [["firstcontextpost", 1]], // ← pre-delegation
key_auths: [["STM", 1]]
},
============================
Thats it.