Coder Social home page Coder Social logo

mrdemonwolf / wolfpal Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 5.12 MB

A wolf to guide you to your end goals by helping keep you on track weely, bi-weekly or even monthly and yearly goals.

Home Page: https://mrdemonwolf.github.io/wolfpal/

License: MIT License

JavaScript 46.77% CSS 0.02% Vue 53.04% Dockerfile 0.17%
nodejs express nuxtjs vuejs goal-tracking goals tracking hacktoberfest wolf bi-weekly

wolfpal's People

Contributors

nathanialhenniges avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tiamat-tech

wolfpal's Issues

Add Two Factor support on the server

๐Ÿš€ feature request

Description

Add Two Factor support on the back-end.

Describe the solution you'd like

Add the add the ability to enable two factor authentication via the API end points POST /account/two-factor to start the process of enabling two factor then a route /account/two-factor/:token

Bonus is to get it working on the auth end. When a user logins in /auth/login and two factors is enabled it will send a token from TwoFactor.js model which must be used on /auth/two-factor with the users' token.

TwoFactor.js model looks like the following

token,
user: ref.user
expireAt: make sure to use mongodb expire here so it will be removed after it expired automated.

Must use 'otplib' for making the two factor codes and verifying them. And qrcode to return the QRCode sent on /account/two-factor that starts the processes of enabling two factor

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.