Skip to content

YashviRamanuj/authentication-module

Repository files navigation

Node.js CI

Authentication Portal

IITJ Software Engineering Project: OAuth/openid based authentication portal

Use Case Diagram (Extended Scenario)

Login Sequence with oauth/openid

Class Diagram of The Project

NPM Scripts

  1. Lint Test

    $ npm run lintTest
  2. Lint

    $ npm run lint
  3. Build

    $ npm run build
  4. Tests

    # Without build & coverage
    $ npm run localTests
    
    # Without build
    $ npm run localTestsWithCoverage
    
    # With build and Coverage
    $ npm test
  5. Start Dev Server

    $ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published