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

https://github.com/frectonz/emoji-auth

A proof of concept for using emojis as a token for authentication/authorization.
https://github.com/frectonz/emoji-auth

Last synced: 2 months ago
JSON representation

A proof of concept for using emojis as a token for authentication/authorization.

Awesome Lists containing this project

README

          

# Emoji Auth

An proof of concept for using emojis as a token for authentication/authorization.

```text
GET http://localhost:3000/greeting
Authorization: Emoji encodeURI('🐱🐢🐧🐀')

200 OK
Hello, 🐱🐢🐧🐀
```