When Do I Need to Validate ID Tokens?

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • node-jsonwebtoken

    JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html

  • I'm trying to integrate microsoft sign in into my app. I've got a backend endpoint that handles the auth redirect and exchanges the auth code for an ID Token and an Access Token. I've heard that some OIDC implementations don't require validating an ID Token. Does my set up sound like it should be doing this? If so, how do I validate these tokens? I'm planning on using this library https://github.com/auth0/node-jsonwebtoken which allows you to do jwt.verify(token, 'secret') but I can't figure out what 'secret' to use. Is this my client secret? Or something else?

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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

  • Why write a library?

    4 projects | dev.to | 2 May 2024
  • Passkey Implementation: Misconceptions, pitfalls and unknown unknowns

    6 projects | news.ycombinator.com | 2 May 2024
  • Make your resume SEO friendly using JSON Resume with microdata

    5 projects | dev.to | 2 May 2024
  • My opinion about opinionated Prettier: 👎

    3 projects | dev.to | 2 May 2024
  • Ask HN: What's the best charting library for customer-facing dashboards?

    17 projects | news.ycombinator.com | 29 Apr 2024