Skip to content

Instantly share code, notes, and snippets.

@AndrianBdn
Last active September 2, 2015 18:04
Show Gist options
  • Save AndrianBdn/ad4cd3efcad641a234aa to your computer and use it in GitHub Desktop.
Save AndrianBdn/ad4cd3efcad641a234aa to your computer and use it in GitHub Desktop.
// copy-paste me
function UUIDv4Base64Url() {
return global.crypto.randomBytes(16).toString('base64').replace(/=+/, '').replace(/\+/g, '-').replace(/\//g, '_');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment