Giter Club home page Giter Club logo

passavr's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

passavr's People

Contributors

rdavid1099 avatar

Watchers

James Cloos avatar  avatar

passavr's Issues

A user can CRUD accounts

All accounts have full CRUD functionality.

If an account has usernames and generated passwords attached to it, the user is presented a warning message before destroying the respective account.

Users have multiple roles

Non-authorized - Guests which essentially have no access to the application other than a general "About" page and sign up/ login.
Authorized - Default role for users. Authorized to CRUD accounts and usernames.
Admin - All ability as authorized users. Admins can also suspend and ban users, along with changing the roles of other users.

NO USER WILL BE ABLE TO ACCESS OR EVEN DECRYPT ANY PASSWORDS OF OTHER USERS!

User can create accounts with usernames for passwords

As a User,
When I click add new account,
and I fill in the account's name
It is added to my dashboard

I can then create a new username for that account and generate a password for that account.
The generated password is not revealed, unless I click the reveal button.
Otherwise, I can click a copy button which puts the generated password on my clipboard to be pasted wherever need be.

A custom password can be saved with a username

When a user creates a username under an account, there is a dropdown menu next to password allowing the user to choose Generated or Custom. If Custom is selected a text field appears allowing the user to enter a custom password for the username.

Stylize All User Pages

Pages that need to be designed and stylized

  • Sign in
  • Sign up
  • Forgot Password
  • Resend Confirm Instructions
  • Resend Unlock Instructions

A user can CRUD all usernames

When inside an account, a user can CRUD all usernames.

A warning is presented to the user before destroying a username stating that the password attached to the username will also be destroyed.

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.