Multi-assitant library
Explore the docs »
·
Report Bug
·
Request a Feature
Table of Contents
Severino (from the comedy show Zorra Total), is a set of helpers, validators and other codes that helps you to avoid duplicate unecessary code. Simple operations like validate environment vars, or send emails are part of Severino features.
This project is built using dotnet 6 and has all support to Nuget interface. All informations about release can be found here
Usually install using NuGet package manager (built-in on Microsoft Visual Studio) can be easier, BUT
Here is an example using command line:
dotnet add package Severino --version <pick-a-version>
Coming soon...
environment variables:
- validate if a group of environment variables are defined
- validate if a group of environment variables are defined, and check their value
Email:
- Send email via SMTP (supports html body)
Password:
- Encrypt password (using all supported kinds of Hash Types)
- Generate password salt
- Validate password
JWT:
- Generate token
- Validate token
- Decode token
Middlewares: coming soon
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request for branch
main
Distributed under the MIT License. See LICENSE.txt
for more information.
João Ricardo - Twitter email: joao.ricardo@odesenvolvedor.cloud
Project Link: https://github.com/Jricard0/severino