-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Authentication
Use Case
As a developer
I want saslprep moved into devtools-shared
So that I have a proper working automated release
User Impact
Users using SCRAM-SHA256 and a bundler are not getting digested passwords.
Dependencies
None
Unknowns
None
Acceptance Criteria
Implementation Requirements
- Move the code in https://github.com/reklatsmasters/saslprep to a new package in the https://github.com/mongodb-js/devtools-shared/ monorepo - DONE
- Update package name to @mongodb-js/saslprep - DONE
- Ensure lerna bootstrap is working properly from root. - DONE
- Ensure compile script properly generates code points. - DONE
- Publish @mongodb-js/saslprep in a new version. - DONE
- Update Node driver dependency to use @mongodb-js/saslprep as required
Testing Requirements
- Ensure tests are passing.
Documentation Requirements
Update any documentation pointing at the old saslprep module to use the new one.
Follow Up Requirements
None
- backported by
-
NODE-5398 [v4.x BACKPORT] [v6 nice to have, non-breaking] Move saslprep into devtools-shared
- Closed
-
NODE-5399 [v5.x BACKPORT] [v6 nice to have, non-breaking] Move saslprep into devtools-shared
- Closed
- is related to
-
COMPASS-6996 Move saslprep into devtools-shared
- Closed