We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added the field authMethod to the backend info on the app status. This can be:
authMethod
none
userdefined
password_b
user_admin_password_b
admin
This information can be used to display information to the user what credientials to use to to open an app
The text was updated successfully, but these errors were encountered:
See also #253
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I added the field
authMethod
to the backend info on the app status. This can be:none
if there is are no credentials needed to open the appuserdefined
if the app let the user set its own credentials (like BTCPay)password_b
when just the RaspiBlitz password B is user (like with RTL or ThunderHub)user_admin_password_b
when the user isadmin
and the password B (like with BTC-RPC-Explorer)This information can be used to display information to the user what credientials to use to to open an app
The text was updated successfully, but these errors were encountered: