Git Product home page Git Product logo

secupass's Introduction

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 [email protected]. All security vulnerabilities will be promptly addressed.

License

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

secupass's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar pushpak1300 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

secupass's Issues

Account: Link / URL does not contain ":"

In the details and executed link the colon is missing, therefore the URL is wrong / wont work.

HTD:

  • login
  • create a new account
  • edit link
  • fill in URL with leading protocol (http:// , https://)
  • accomplish / fill in all needed data and save the account
  • use latter …click link ( > go to website)
  • link is broken (colon is missing)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.