feathers-mongoose-casl
Version 2.1.2
Version 2.1.2
  • feathers-mongoose-casl
  • Docs
    • Migrating
    • START A NEW PROJECT
      • Generate a new project.
      • install feathers-mongoose-casl
      • feathers-logger
      • Update config
      • Add mongoose
      • Email service
      • App hooks
      • Import required services
      • Verify user and filter user fields
      • Swagger, Logger, BodyParser
      • Email templates
      • public HTML
      • Run the server
      • Create you first user
      • vs code snippet extension
      • Test Login
      • Dashboard
      • Create a new Service with casl&Dashboard
      • Posts Postman snippet
      • Add Admin role
      • Done!
    • Advanced
      • Security - eslint-plugin-security
      • Security - rate limiting
      • Development tools
    • Guides
      • Throw errors
      • Auth Flow
      • Authentication
      • Authouriztion
      • /me
      • Rules Cache
      • Create a new service
      • Custom service validtor client data
      • validators
        • Example of use
        • Types
        • Mongoose schema
      • Default value
      • $Populate
      • Upload service
      • Upload files
        • Create upload service
        • Sign File After Populate
        • Storage support
          • Google-cloud
      • Error
      • feathers Client examples
      • Dashboard
        • Dashboard Config
          • Field configuration
          • doc Layout
          • custom Fields
            • customElements
        • Online dashboard
        • Add to your react app
      • customized feathers-mongoose-casl/services
      • Redis - in progress
      • S3
      • Postman
      • Swagger
      • debug
    • Production
      • ENV
    • Feathers wiki
      • Good links
    • utils
      • send email example
      • Async For Each
      • Create heroku server
      • pick
      • vs code snippet extension
      • Persist user request
    • Ecosystem
    • TODO
    • Versions updates
Powered by GitBook
On this page

Was this helpful?

feathers-mongoose-casl

feathers-mongoose-casl is a set of services,hook,utils to your feathers server

NextDocs

Last updated 5 years ago

Was this helpful?

Docs: In 30 minutes of the installation process, your server will be ready for production including managing users with , verify email and reset password with , manage rules and roles with , uploads files with , send emails with , validate data with , see api docs with and manage your data with dashboard

  • Authentication

    • JSON Web Token

    • authentication-management to allow the user to reset Password, verify email..

  • Authorization

    • Manage user abilities with rules and roles

  • Validation

    • Validate params from client

  • Docs

    • A swagger documentation UI for you api.

  • Dashboard

    • Admin GUI to your Database

  • Email service

    • Send email with mailgun/sendgrid

  • Files

    • uploads files to you local server/s3/googl

https://feathersjs-mongoose.gitbook.io/feathers-mongoose-casl/
@feathersjs/authentication
feathersjs-authentication-management
casl
google/s3/local
sendgrid/mailgun
Joi
swagger
redux-admin
START A NEW PROJECT
Guides