Contributors Forks Stargazers Issues MIT License LinkedIn


Severino

Multi-assitant library
Explore the docs »

· Report Bug · Request a Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

(back to top)

Built With

  • Next

(back to top)

Getting Started

This project is built using dotnet 6 and has all support to Nuget interface. All informations about release can be found here

Prerequisites

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>

(back to top)

Usage

Coming soon...

(back to top)

Features

Validators:

environment variables:

  • validate if a group of environment variables are defined
  • validate if a group of environment variables are defined, and check their value

Helpers:

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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request for branch main

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

João Ricardo - Twitter email: joao.ricardo@odesenvolvedor.cloud

Project Link: https://github.com/Jricard0/severino

(back to top)