Meteor-Community-Packages/meteor-roles

Handle large role collection by persisting on client when user is logged it.

開放

#332 建立於 2021年2月27日

 (3 則留言) (0 個反應) (0 位負責人)JavaScript (161 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (919 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I have a very complex and large role collection. Since these permissions are needed when the user is logged in, it takes quite some time for my application to load. I have more than 300 inherited roles and this may actually grow larger. Is there a way to persist roles on the client and only read from the client as long as the user is logged in? This package actually helps in persisting the roles on the client. But how can I connect the role package to this persisted collection on the client?

貢獻者指南