Best practice for have a user who is Admin. Giving special access to parts of the site.

This page summarizes the projects mentioned and recommended in the original post on /r/learnjavascript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • CASL

    CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access

  • I highly recommend using https://github.com/stalniy/casl for the frontend (maybe even for the backend, though this is outside my area of expertise). It makes it really easy to only render certain UI elements based on a user's role/permissions.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • CASL – Isomorphic authorization JavaScript library

    1 project | news.ycombinator.com | 24 Jan 2024
  • Want to make restricted access with Cognito

    1 project | /r/aws | 3 Apr 2023
  • CASL – rule-based authorization library for JavaScript

    1 project | news.ycombinator.com | 28 Dec 2022
  • @casl/vue: What should my ability.js file look like?

    1 project | /r/vuejs | 3 May 2022
  • What is the best way to implement user roles and permissions in a REST API backend?

    1 project | /r/webdev | 30 Dec 2021