Unable to set authAccounts
See original GitHub issueCould you provide an example of authAccounts use ? I’ve been trying to make it work and nothing seems to pass validation.
The closest thing I guess shoud work (if I understand documentation correctly) is :
{
	"tree": "./webroot",
	"authAccounts": {
		"permissions": {
			"putsaver": true,
			"writeErrors": true,
			"upload": true,
			"mkdir": true,
			"websockets": true,
			"registerNotice": true
		},
		"clientKeys": {"user": {"hash", "salt"}},
	},
	
	"bindInfo": {
		"bindAddress": ["127.0.0.1"],
	},
	"putsaver": {
		"backupFolder": "../backups"
	},
	"$schema": "./settings-2-1.schema.json"
}
Instead it throws an invalid character error between hash and salt.
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (8 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
Unable to set authAccounts - - Bountysource
Unable to set authAccounts. ... Could you provide an example of authAccounts use ? I've been trying to make it work and nothing...
Read more >Cleos should have help text for invalid authorities (was: cleos ...
Repetition steps: create account: cleos wallet import ... if( ( auth.keys.size() + auth.accounts.size() + auth.waits.size() ) > (1 << 16) ).
Read more >Microsoft Authenticator App - Unable to Add Account
Hello, For about a week we haven't been able to use my credentials to sign into MFA. Every time I try to add...
Read more >Accounts | Flow Blockchain
Authorized Account object have the type AuthAccount , which ... Account key API provides a set of functions to manage account keys.
Read more >How to set account as account creator - Flow Community
create new account on mainnet failed [Error Code: 1101] cadence runtime error Execution failed: error: creating account failed: ...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

Many thanks Arlen22!
It’s working perfectly! Below is my final
settings.jsonin case it helps SleepyGinger or anyone else. This configuration has 3 tiddlywikis, that are only accessible to userjavof groupav:Thank you sooooo much @zevarela this helped more than youll ever know. 😄