Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nanoid): add customizable nanoid generation #61

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

t3hmrman
Copy link
Member

This commit adds customizable nanoid generation, including length and custom alphabets that can be passed to nanoid.

Resolves #60

@t3hmrman t3hmrman force-pushed the feat/nanoid/add-configurable-alphabet-functions branch from ef8eb64 to 2b89525 Compare January 30, 2024 11:27
This commit adds customizable nanoid generation, including length and
custom alphabets that can be passed to `nanoid`.
@t3hmrman t3hmrman force-pushed the feat/nanoid/add-configurable-alphabet-functions branch from 2b89525 to a30307e Compare January 30, 2024 11:29
@t3hmrman t3hmrman merged commit d120001 into main Jan 30, 2024
3 checks passed
@t3hmrman t3hmrman deleted the feat/nanoid/add-configurable-alphabet-functions branch January 30, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can I configure the size of NanoID?
1 participant