https://github.com/simplyyan/lythiun
Lythiun is a library developed for handling temporary tokens.
https://github.com/simplyyan/lythiun
go go-lib go-library go-package golang golang-library golang-package token token-based-authentication tokenization tokenizer
Last synced: 9 months ago
JSON representation
Lythiun is a library developed for handling temporary tokens.
- Host: GitHub
- URL: https://github.com/simplyyan/lythiun
- Owner: simplyYan
- License: bsd-3-clause
- Created: 2023-09-20T22:04:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T18:02:09.000Z (over 1 year ago)
- Last Synced: 2025-02-07T06:22:29.444Z (11 months ago)
- Topics: go, go-lib, go-library, go-package, golang, golang-library, golang-package, token, token-based-authentication, tokenization, tokenizer
- Language: Go
- Homepage: https://github.com/simplyYan/Lythiun/wiki/Docs
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Lythiun
Lythiun is a library developed for handling temporary tokens.
## ☕ Features
- **Issuing customized tokens:** With Lythiun you can generate temporary tokens and set their expiration time.
- **Token verification:** Lythiun allows you to verify tokens efficiently, easily and quickly. You can check whether a token has expired, how long it has left to live, and do something about it (as an event).
- **Automatic encryption:** Our library uses the AES encryption provided by W7DTH, making everything safer, faster and easier.
## 🎯 Key Features
- **Fast:** Lythiun is extremely fast, both in verification and in issuing dynamic and temporary tokens.
- **Lightweight:** Our library has been designed to be flexible, so it is extremely lightweight and based completely on just one file.
- **Easy:** Lythiun can be used for any project, of any complexity, whether it's a simple or large project, Lythiun offers simplicity, in an objective and streamlined way.
- **Secure:** Thanks to the AES encryption provided by W7DTH, Lythiun is one of the most secure options for handling tokens.
## 📦 How to install
You can install Lythiun using 'go get', see:
```bash
go get github.com/simplyYan/Lythiun
```
## 📖 Documentation
Access the documentation by [clicking here](https://github.com/simplyYan/Lythiun/wiki/Docs) or by going to:
```bash
https://github.com/simplyYan/Lythiun/wiki/Docs
```
## ⚖️ LICENSE
Lythiun is licensed under BSD-CLAUSE, and is open-source. Read the license.