Skip to content

alfred-delacosta/mpg_wizard

Repository files navigation

MPG Wizard

This application will help people keep track of their vehicles MPG and determine which gas stations/gas providers give their vehicles the best MPG.

Environment Variables (.env)

  1. Copy the .env_sample file and rename it to .env
  2. For the following environment variables, use secure random number generator according to OWASP cheatsheet: https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cryptographic_Storage_Cheat_Sheet.md#secure-random-number-generation
    • JWT_ACCESS_SECRET
    • JWT_REFRESH_SECRET
    • PASSWORD_HASHING_SECRET

Authentication

JSON Web Tokens are used for authentication. The access token and refresh token combination is used in order to provide a pleasant user experience while maintaining secure authentication.

Packages Installed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published