Skip to content

Password Manager Application Built In Laravel.

License

Notifications You must be signed in to change notification settings

russelRajitha/Secupass

 
 

Repository files navigation

Screenshot (35) Codacy Badge Scrutinizer Code Quality Build Status Code Intelligence Status MadeWithLaravel.com shield

Secupass -Password Manager Application

Table of Contents

Getting Started

Cloning The Repository:

# Get the project
git clone https://github.com/pushpak1300/Secupass.git

# Change directory
cd Secupass

# Copy .env.example to .env
cp .env.example .env

# Generate application secure key (in .env file)
php artisan key:generate

# Create a database (with mysql or postgresql)
# And update .env file with database credentials
# DB_CONNECTION=mysql
# DB_HOST=127.0.0.1
# DB_DATABASE=laravelhackathon
# DB_USERNAME=root
# DB_PASSWORD=root

# Install Composer dependencies
composer install

# Run your migrations
php artisan migrate

php artisan serve

Features

  • Authentication using Email and password
  • Email Verification
  • Flash notifications
  • MVC Project Structure
  • Bootstrap 4
  • Argon Template -Creative tim
  • Account Management
  • Gravatar
  • Profile Details
  • Change Password
  • Forgot Password
  • Reset Password
  • Delete Account
  • CSRF protection

Security Vulnerabilities

If you discover a security vulnerability within Secupass, please send an e-mail to Secupass at mail.secupass@gmail.com. All security vulnerabilities will be promptly addressed.

License

The MIT License (MIT). Please see License File for more information.

About

Password Manager Application Built In Laravel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.4%
  • HTML 34.3%
  • Vue 0.3%