Web Development JWT Practices

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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.

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

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

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

  7. SaaSHub

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

    SaaSHub 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

  • High Performance Web Framework Tasting-Database Operations

    3 projects | /r/golang | 13 Nov 2022
  • Go overtook Ruby and ranked #3 among the most used backend languages for pull requests since 2021

    5 projects | /r/golang | 7 Nov 2022
  • Which framework and ORM should we choose?

    6 projects | /r/golang | 5 Sep 2022
  • [Hiring] Remote Golang job: Senior Backend Engineer (Go) at Horizon (Toronto, Canada)

    3 projects | /r/jobbit | 28 May 2022
  • How to Build REST API using Go Fiber and Gorm ORM

    2 projects | dev.to | 1 Jan 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?