-
My project need a user login auth page, since different user will assgin them diffferent permissions. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Until/if this feature is added to Observable Framework, in case anyone here is trying to do this and is using NGINX, I was able to satisfy my immediate need for basic auth using this guide. |
Beta Was this translation helpful? Give feedback.
-
Since Framework is a static site generator, you implement authentication and access control when serving your static site. We recommend using Observable Cloud for hosting private Framework apps. To control access to your site, you can either invite users to your app, create a secret link, or use on-premises serving and integrate with your own identity provider via OIDC. In addition, Observable Cloud supports segmentation which allows you to build a different version of your app — typically different data — for each user, thus serving personalized copies of your app for each user. |
Beta Was this translation helpful? Give feedback.
Since Framework is a static site generator, you implement authentication and access control when serving your static site.
We recommend using Observable Cloud for hosting private Framework apps. To control access to your site, you can either invite users to your app, create a secret link, or use on-premises serving and integrate with your own identity provider via OIDC.
In addition, Observable Cloud supports segmentation which allows you to build a different version of your app — typically different data — for each user, thus serving personalized copies of your app for each user.