You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,8 @@ You can configure your dashboard for Basic Authentication by adding usernames an
234
234
}
235
235
```
236
236
237
+
You can store the password in either `plain text` or `bcrypt` formats. You can encrypt the password using any online bcrypt tool e.g. [https://www.bcrypt-generator.com](https://www.bcrypt-generator.com).
238
+
237
239
### Separating App Access Based on User Identity
238
240
If you have configured your dashboard to manage multiple applications, you can restrict the management of apps based on user identity.
0 commit comments