platform/lib/angel_security.dart
thosakwe 75a96a4bab +2
2017-01-13 19:45:35 -05:00

8 lines
222 B
Dart

/// Angel middleware designed to enhance application security.
library angel_security;
export 'src/ban.dart';
export 'src/csrf.dart';
export 'src/sanitize.dart';
export 'src/throttle.dart';
export 'src/trust_proxy.dart';