Add Step-up Authentication Using Angular and NestJS

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • okta-angular-nestjs-stepup-auth-example

    Example project demonstrating step-up auth implementation in Angular and NestJS

    There's a lot more we can do, and in a demo, we can't get into all the production-level polish we'd like, but I hope this sparks your imagination about how you can protect resources within your application. You can check out the completed application in the completed branch of the okta-angular-nestjs-stepup-auth-example GitHub repository. The repository's README also includes instructions on scaffolding the starting project.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • okta-jwt-verifier-js

    okta-jwt-verifier-js

    I already added Okta Angular and Okta Auth JS libraries to connect our Angular application with Okta authentication. On the API side, I added the Okta JWT Verifier library that you'll use for access token verification later in the post.

  • lerna

    Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

    Open the project up in your favorite IDE. Let's take a quick look at the project organization. The project has an Angular frontend and NestJS API backend housed in a Lerna monorepo. If you are curious about how to recreate the project, check out the repo's README file. I'll include all the npx commands, CLI commands, and the manual steps used to create the project.

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

    git clone https://github.com/oktadev/okta-angular-nestjs-stepup-auth-example.git okta-stepup-auth-project cd okta-stepup-auth-project npm ci

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Contributing to the cause: doing it the open-source way

    3 projects | dev.to | 24 Dec 2023
  • Visualizing Promise Arrays

    2 projects | dev.to | 17 Feb 2022
  • Open Source Unleashed: Benefits and Contributions

    1 project | dev.to | 2 Dec 2024
  • ContainerScript: Firefox Addon for programatically assigning URLs to containers

    4 projects | news.ycombinator.com | 2 Dec 2024
  • Configuring Git Multi-Repository Setup with Submodules Write Access via Git SSH & Read-Only via HTTPS in Github

    1 project | dev.to | 30 Nov 2024

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?