An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# saslprep-dart

[![Dart](https://github.com/konsultaner/saslprep-dart/actions/workflows/dart.yml/badge.svg)](https://github.com/konsultaner/saslprep-dart/actions/workflows/dart.yml)
[![codecov](https://codecov.io/gh/konsultaner/saslprep-dart/branch/master/graph/badge.svg)](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
```