Csaba Kissi Profile picture
Nov 3, 2022 β€’ 10 tweets β€’ 4 min read β€’ Read on X
Understand JSON Web Token Authentication in Javascript

Thread πŸ§΅πŸ‘‡ Image
A JSON Web Token, or JWT, is a type of authentication token that is used to identify a user.

It is a JSON object that contains a set of claims, or assertions, about the user.

These claims can be verified by a third party, such as a website or an application.
This information can be verified and trusted because it is digitally signed.

A JWT can also be encrypted so that only the intended recipient can read the contents of the token.
1️⃣ User signs up

The user will sign up with their email/password.

This information is received by the Authentication Server. Image
2️⃣ Verify + Generate JWT

The email and password combination is verified by the authentication server.

The JSON web token will be generated if the combination is correct.

You can use the private key or secret salt for this.

The user receives the JWT back. Image
Typically, the client stores the JWT in the session data.

Databases or cookies may be used for this.

Let's use a GET request as an example in the following.
3️⃣ Access data

The client can access secured server data using the produced and saved JWT.

Every subsequent request the client makes to the protected resource will include the JWT in the HTTP authorization header. Image
4️⃣ Request verification + resources sent

The resource server receives the request with the JWT in the final phase.

It verifies the JSON web token

If it's accurate, it will read the resource and provide the user with the results back. Image
If you like this post, you can bookmark and tag it by replying with @SaveToBookmarks #javascript #jwt

You can view your bookmarks on savetobookmarks.com Image
That's all, guys.

If you found this list useful, consider:

βœ… Follow @csaba_kissi for more content like this
πŸ”” Enable notifications πŸ‘€
πŸ”„ Retweeting the first tweet.

Thanks for your support, guys! πŸ™πŸ€

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Csaba Kissi

Csaba Kissi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @csaba_kissi

Apr 2
Difference between API authentication and authorization.

Thread πŸ§΅πŸ‘‡ Image
πŸ“Œ API Authentication

It is the process of verifying a client's identity.

It is typically used to verify the identity of a user or system requesting an API.

Authentication ensures that clients are who they claim to be.
If you need a home for your API, website, or full-stack project, sevalla.com has you covered! It offers simple, speedy, and stress-free hosting.

✨ App Hosting, Your Way

Deploy apps in your favorite languageβ€”JavaScript, Python, PHP, Go, Rust, C#, or anything else!

πŸ”’ Database Hosting, Safe & Sound

Keep your data secure and accessible, making your projects smooth and scalable.

⚑ Static Sites at Warp Speed

Blazing-fast performance for your portfolio, blog, or business site.
Read 9 tweets
Mar 25
Understand JavaScript object destructuring!

It’s a powerful feature that makes it easier to extract values from objects. Image
πŸ” What is Object Destructuring?

It allows you to unpack values from objects into distinct variables. This improves code readability and reduces redundancy. Image
Need a home for your API, website, or full-stack project? 🏑

sevalla.com has got your back! Simple hosting, speedy, and stress-free.

✨ App Hosting, Your Way

Deploy apps in your favorite languageβ€”JavaScript, Python, PHP, Go, Rust, C#, or anything else!

πŸ”’ Database Hosting, Safe & Sound

Keep your data secure and accessible, making your projects smooth and scalable.

⚑ Static Sites at Warp Speed

Blazing-fast performance for your portfolio, blog, or business site.
Read 11 tweets
Feb 13
5 API ideas you can build and monetize

Thread πŸ§΅πŸ‘‡ Image
1️⃣ Tweet ideas API.

A lot of people need help with ideas about what to tweet.

This API would offer them random tweet ideas.

Perfect if combined with AI.
Need hosting for your API, static site, or full-stack project?

offers fast, reliable, and scalable solutions tailored to you!

- Application Hosting: Deploy in JavaScript, Python, PHP, Go, Rust, etc.

- Database Hosting: Secure and accessible DB hosting.

- Static Site Hosting: Lightning-fast speeds for static sites.sevalla.com
Read 8 tweets
Jan 21
10 FREE sites to host your statically generated projects ↓
1/ πŸš€ Sevalla

Sevalla is a simple and fast static site hosting platform. Perfect for developers looking to deploy static sites quickly.

πŸ”— sevalla.com
2/ πŸš€ Netlify

Netlify is a powerful platform for deploying static sites with built-in CI/CD, serverless functions, and a global CDN.

πŸ”— netlify.com
Read 13 tweets
Jan 10
REST API URI conventions

Thread πŸ§΅πŸ‘‡ Image
1️⃣ Keep URIs intuitive and straightforward

Avoid using URL-encoded parameters that are complicated, and ensure that URIs are simple to comprehend and remember.
Need hosting for your next API, static site, full-stack project?

Head over to !

β†’ Application hosting (Javascript, Python, PHP, Go, Rust...)
β†’ DB hosting
β†’ Static site hostingSevalla.com
Read 12 tweets
Jul 16, 2024
Effortlessly access ChatGPT-4o, Claude-3.5, Midjourney, and more from a single account globally.

No regional limitations or subscription constraints.

Here's how: Image
1. I just discovered GlobalGPT / @GlbGPT. It allows access to the newest LLMs:

β†’ OpenAI's GPT-4o
β†’ Claude 3.5 Sonnet
β†’ Midjourney v6
β†’ Perplexity

Users can choose between a pay-as-you-go model and a subscription plan. Visit πŸ‘‰ glbgpt.com
2. How to get started:

1. Register for free:
2. Sign up via: Email, Google, or MetaMask.
3. Explore the tool glbgpt.com
Read 8 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(