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.
- Host: GitHub
- URL: https://github.com/frectonz/emoji-auth
- Owner: frectonz
- Created: 2023-02-18T15:34:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T15:17:59.000Z (almost 3 years ago)
- Last Synced: 2025-12-06T09:38:02.549Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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, π±πΆπ§π€
```