Web Development JWT Practices

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • hertz-examples

    Examples for Hertz.

    The previous post briefly introduced a high-performance Go HTTP framework - Hertz. This article is based on a demo from the Hertz open-source repository. tree/main/bizdemo/hertz_jwt), which describes how to use Hertz to complete the JWT authentication and authorization process.

  • jwt

    JWT middleware for Hertz (by hertz-contrib)

    It should be noted here that hertz-jwt is one of many external extensions to Hertz, and that Hertz's rich extension ecosystem is a great convenience for developers and worth exploring beyond this article.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • go-tagexpr

    An interesting go struct tag expression syntax for field validation, etc.

    Hertz uses the open-source library go-tagexpr for parameter binding and validation, which the current demo uses for user registration and login.

  • hertz

    Go HTTP framework with high-performance and strong-extensibility for building micro-services.

    git clone https://github.com/cloudwego/hertz-examples.git cd bizdemo/hertz_jwt

  • GORM

    The fantastic ORM library for Golang, aims to be developer friendly

    For more information on Gorm's operation of MySQL, please refer to Gorm

  • 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.

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