OAuth 1.0 Client
OAuth 1 Client (by thephpleague)
jwt
Go implementation of JSON Web Tokens (JWT). (by golang-jwt)
OAuth 1.0 Client | jwt | |
---|---|---|
- | 21 | |
996 | 8,257 | |
0.6% | 2.2% | |
4.1 | 5.4 | |
7 months ago | 2 days ago | |
PHP | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OAuth 1.0 Client
Posts with mentions or reviews of OAuth 1.0 Client.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning OAuth 1.0 Client yet.
Tracking mentions began in Dec 2020.
jwt
Posts with mentions or reviews of jwt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-22.
-
JWT Auth (Golang)
github.com/golang-jwt/jwt/v5
-
Securing Your Go API with JWT Authentication
Check out their MIGRATION_GUIDE.md if you're still using the old package.
-
Implementing JWT Authentication in a Golang Application
To add JWT authentication to our ToDo application, we'll be using the Golang-jwt library. The golang-jwt package simplifies the implementation of JWTs in Go applications, offering a suite of convenient functions that abstract away the complexities associated with token creation, verification, and management.
-
[Go] Try HTTP Authentication 2
golang-jwt/jwt - GitHub
-
Role-based Access Control in Golang with jwt-go
To create a secure Role-based authentication scheme, we need to generate a unique token when the user authenticates. This is then used to track their assigned role as they consume the availed resources. In this project we are going to use the jwt-go package to generate a JWT token that will encapsulate the user details, assigned role and permissions.
-
JWT & PASETO Implementation of the Token-Based Authentication
Yes. Currently maintained version is here: https://github.com/golang-jwt/jwt
-
Access token and Refresh token, approach with golang
Libraries used bcrypt: https://pkg.go.dev/golang.org/x/crypto/bcrypt golang-jwt: https://github.com/golang-jwt/jwt Gin (Http framework): https://github.com/gin-gonic/gin
- A golang implementation of JSON Web Tokens
-
How to implement token based authentication using JWT in Golang?
We will implement Golang JWT authentication using a go-jwt package.
-
a tool for quickly creating web and microservice code
Authorization jwt
What are some alternatives?
When comparing OAuth 1.0 Client and jwt you can also consider the following projects:
Hawk - Hawk — A PHP Implementation
paseto - Platform-Agnostic Security Tokens implementation in GO (Golang)
PHP oAuthLib - PHP 5.3+ oAuth 1/2 Client Library
go-guardian - Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.
Json Web Token - A simple library to work with JSON Web Token and JSON Web Signature
golang-gin-realworld-example-app - Exemplary real world application built with Golang + Gin