Giter Club home page Giter Club logo

ecommerce's Introduction

  • Username : test
  • Password : test

Functionalities ( not implmented yet ! ) :

  • implement dtos
  • implement serializers
  • implement authorization
  • implement tests

Email confirmation :

  • user register
  • send jwt token to email
  • recive jwt token
  • if valid set email confirmed
  • add emailConfirmation Guard

Client requesting

Client =>

  • transform and generate Dto payload
  • Send payload to server

Server =>

  • validate the payload
  • transform payload
  • submit to database

Server response

  • do database query
  • transform result
  • return the result

Authentication

Workflow :

-authenticating user.

-Once authenticatde the server will issue JWT that will be used on sebsequent requests.

Passport Strategy :

-A set of options that are specific to that strategy.

-A "verify callback" used by passport , To verify user existance and if credentials are valid.

-The callback return user-object if everything u=is valid , else return null.

Implementation :

-AuthService ( function validateUser ) has the job of retrieving a user and verifying the password.

Implementing passport-local-strategy :

-The only significant difference in the validate() method for each strategy is how you determine if a user exists and is valid.

Firebase Module

  • Create Firebase Interface Options
  • User will pass a class to our registerAsync Methode whish has a methode that will return FirebaseInterfaceOptions
  • We need to instantiate that class ( Factory pattern !!! )

ecommerce's People

Contributors

lahmermohammed avatar

Watchers

 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.