https://github.com/konsultaner/saslprep-dart
This package provides the Stringprep (rfc4013) Profile for User Names and Passwords for dart. A port of https://github.com/reklatsmasters/saslprep to the dart lang
https://github.com/konsultaner/saslprep-dart
dart saslprep
Last synced: about 1 month ago
JSON representation
This package provides the Stringprep (rfc4013) Profile for User Names and Passwords for dart. A port of https://github.com/reklatsmasters/saslprep to the dart lang
- Host: GitHub
- URL: https://github.com/konsultaner/saslprep-dart
- Owner: konsultaner
- License: mit
- Created: 2020-02-26T16:23:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T15:25:33.000Z (about 2 years ago)
- Last Synced: 2025-02-22T10:13:39.858Z (over 1 year ago)
- Topics: dart, saslprep
- Language: Dart
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# saslprep-dart
[](https://github.com/konsultaner/saslprep-dart/actions/workflows/dart.yml)
[](https://codecov.io/gh/konsultaner/saslprep-dart)
This package provides the Stringprep ([rfc4013](https://tools.ietf.org/html/rfc4013)) Profile for User Names and
Passwords for dart. A port of https://github.com/reklatsmasters/saslprep to the dart lang
## Build as JavaScript
```
dart run build_runner build -o lib:deploy
```