darto_security 0.0.1 copy "darto_security: ^0.0.1" to clipboard
darto_security: ^0.0.1 copied to clipboard

The darto_security package provides a set of plug-and-play middlewares inspired by Helmet.js to improve the security of your Darto application. These middlewares help protect your API against common t [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add darto_security

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  darto_security: ^0.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:darto_security/darto_security.dart';
1
likes
90
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

The darto_security package provides a set of plug-and-play middlewares inspired by Helmet.js to improve the security of your Darto application. These middlewares help protect your API against common threats like XSS, CSRF, request spamming, and more.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, darto

More

Packages that depend on darto_security