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

https://github.com/ably/api-key-regex

Contains a regex to validate Ably API keys and unit tests to test the regex.
https://github.com/ably/api-key-regex

ably javscript

Last synced: about 1 year ago
JSON representation

Contains a regex to validate Ably API keys and unit tests to test the regex.

Awesome Lists containing this project

README

          

# API key regex

This repository contains a Javascript function with a regex to validate Ably API keys.

## Ably API key format

Ably API keys have the following format: `.:`, where

- `` 6 base64 characters,
- `` 6 base64 characters,
- `` is either 16 or 43 base64 characters.