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: scaling-security.Rmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Alternatively, you may have data that is user-specific.
41
41
If you need to **authenticate** users, i.e. identify them through a user name and password, never attempt to roll a solution yourself.
42
42
There are just too many things that might go wrong.
43
43
Instead, you'll need to work with your IT team to design a secure access mechanism.
44
-
You can see some best practices at <https://solutions.rstudio.com/sys-admin/auth/kerberos/> and <https://db.rstudio.com/best-practices/deployment/>.
44
+
You can see some best practices at <https://solutions.posit.co/secure-access/auth/kerberos/index.html> and <https://solutions.posit.co/connections/db/best-practices/deployment/>.
45
45
Note that code within `server()` is isolated so there's no way for one user session to see data from another.
46
46
The only exception is if you use caching --- see Section \@ref(cache-scope) for details.
0 commit comments