Giter Site home page Giter Site logo

hapi-auth-morning-challenge's Introduction

hapi.js Authentication

Clone this repo & have a look at the files you already have.

  1. Install hapi-auth-basic and add register this plugin on your server.

  2. Inside lib/validate.js, write a function called basicValidate, which validates the password of the users in your "database" (database/users.js), using Bcrypt.
    Note: we are just using a JavaScript object for the purposes of this exercise

  3. Replace the comment in server.js with an authentication strategy that uses hapi-auth-basic. Remember, always use the hapi docs to find out how to use a new method, or what parameters a method takes ๐Ÿ‘.
    If a website / wiki's docs aren't comprehensive enough, your next port of call should always be to go directly to the relevant github repo! (Some examples: the hapi framework, inert, vision)
    Hint: server.auth.strategy

  4. Add your new authorisation strategy to all your routes.
    Where do you think you will need to look in the docs for how to do this?

  5. Add a scope to your "secret" route, in order to restrict anyone who doesn't have admin privileges (in user.js) i.e. stop them from seeing the secret.hbs view.

hapi-auth-morning-challenge's People

Contributors

jsms90 avatar

Watchers

James Cloos avatar

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.