Overview of Payload CMS Access Control

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ต.ค. 2022
  • Access control is one of Payload's killer features. It delivers a ton of power and flexibility, especially compared to other CMS' rigid RBAC patterns.
    Payload's admin UI automatically responds to the access control that you define. For example, if a user can't edit a document, the "Publish" button will be automatically removed. If a user can't edit a field, the field is automatically set to read-only in the admin UI. If a user can't create new documents in a collection, the "Create New" function will be disabled throughout all of the admin UI.
    In this video, we'll go over an overview of Access Control using the open-source demo repo linked to below. It demonstrates how to set up a "multi-tenant" style infrastructure among many other things.
    Codebase shown in vid:
    github.com/payloadcms/access-...
    Access Control docs:
    payloadcms.com/docs/access-co...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 20

  • @PaperKrane
    @PaperKrane ปีที่แล้ว +29

    Have to say, found Payload about 3 weeks ago and I can say with 100% confidence that this is my new favorite CMS. Been looking for a while and you managed to take everything I dreamt of in a CMS and put it into Payload. Congratulations Payload team. You guys have created the necessary change the industry needed.
    Also, your documentation is awesome. I was able to create scaffold some pretty complex app ideas in no time when I first started.

    • @saikiran1804
      @saikiran1804 ปีที่แล้ว

      I agree. i specially like payload's collection & field hooks to create some complex logics for hierarchical structured data

  • @lopesrohan1988
    @lopesrohan1988 ปีที่แล้ว

    Very nicely explained, I have a multi-tenant use case and was searching for a simple Headless CMS and payloadCMS looks very promising. Thanks for the detailed video, will do post if i am able to proceed with the implementation

  • @paulsalele3844
    @paulsalele3844 ปีที่แล้ว

    Wow!! I’ve been looking for open source CMS like this as I don’t want to code up everything myself!! Awesome work and keep it up!!

  • @eustachio9953
    @eustachio9953 ปีที่แล้ว

    WOW! This is powerful. I'm getting to love Payload CMS. Thanks for this amazing product.

  • @arturoguillen
    @arturoguillen ปีที่แล้ว

    This is an amazing work! Loving Payload so much!

  • @daniloitj
    @daniloitj ปีที่แล้ว

    Um trabalho muito bom esta sendo feito aqui, Parabéns !!!!

  • @johnpatrickmadrigal477
    @johnpatrickmadrigal477 ปีที่แล้ว

    Nice, great work

  • @MashaoleMogale
    @MashaoleMogale ปีที่แล้ว +3

    will payload extend embed other databases beside mongo in the future ?

  • @u-n-k
    @u-n-k ปีที่แล้ว +2

    You’ve mentioned a multi tenant setup would be interesting to see from the official Payload perspective on how to implement it completely- thanks

  • @christiangonzalez8310
    @christiangonzalez8310 11 หลายเดือนก่อน

    i really love this

  • @eduardoserrano2015
    @eduardoserrano2015 ปีที่แล้ว

    Gotta love it

  • @saikiran1804
    @saikiran1804 ปีที่แล้ว +1

    Cloud hosting like other cms to quickly deploy & use payload cms with no worries about server maintainens

  • @yugaank100
    @yugaank100 2 หลายเดือนก่อน

    Is there any way to not let "regular users" access the admin dashboard?

  • @FrancoCarrara96
    @FrancoCarrara96 ปีที่แล้ว

    I love Payload and making a production site with it, but I'm struggling to make an auto-incremental numeric id.
    Any tutorial or doc that explain that? Thanks!

  • @drakworld9213
    @drakworld9213 ปีที่แล้ว

    I have followed your instructions but when the mongodb part arrives it does not ask me for the string for the payload and the application when I do npm run dev does not connect to my local mongoDB database. Do you know how I could fix it?

  • @stylrart
    @stylrart 2 หลายเดือนก่อน

    How to "connect" tenant Domains as dev admin?

  • @saikiran1804
    @saikiran1804 ปีที่แล้ว +1

    How can i export payload static files
    As payload build outputs data in /build/* where index.html has js & css files from /admin/ folder but that admin folder not exist.

    • @saikiran1804
      @saikiran1804 ปีที่แล้ว

      I am trying to host payload as static site to cloudflare pages. Can u make a video or blog post on it ?

    • @axa993
      @axa993 ปีที่แล้ว +2

      @@saikiran1804 Payload is a Node application, you can't host Payload as a static site.