About 50 results
Open links in new tab
  1. CASL

    CASL (pronounced /ˈkæsəl/, like castle) is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access. It's designed to be incrementally …

  2. Introduction - CASL

    CASL (pronounced /ˈkæsəl/, like castle) is an isomorphic authorization JavaScript library which restricts what resources a given client is allowed to access.

  3. Customize Ability - CASL

    CASL was built with extensibility in mind and this allows you to extend conditions with custom operators, provide custom field matchers and even use your own implementation to match …

  4. Installation - CASL

    CASL is isomorphic, so can be used in browsers and in Nodejs environments. It requires ES5 compatible environment and Map class from ES6, that means the lowest supported version of …

  5. CASL Vue - JS.ORG

    It's also possible to use @casl/vue and TypeScript with options API. By default, ABILITY_TOKEN is typed as InjectionKey<Ability>, to cast it to InjectionKey<AppAbility>, we need to use a …

  6. 301 Moved Permanently

    301 Moved Permanently301 Moved Permanently nginx

  7. CASL Prisma - CASL

    This package allows to define CASL permissions on Prisma models using Prisma WhereInput. And that brings a lot of power in terms of permission management in SQL world:

  8. Conditions in Depth - CASL

    You don't need to know anything about MongoDB in order to use CASL, you need to know only subset of its query language operators. Query is what you pass in conditions to can and …

  9. Cookbook Introduction - CASL

    CASL (pronounced /ˈkæsəl/, like castle) is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access. It's designed to be incrementally …

  10. Subject type detection - CASL

    Starting from v5, CASL perceives string, function and class as a subject type. Any other type is perceived as a subject, for which CASL needs to detect subject type.