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 | |
|---|---|---|
| - | 24 | |
| 996 | 9,108 | |
| -0.2% | 0.7% | |
| 4.1 | 7.2 | |
| over 1 year ago | 6 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-09-22.
-
MERN Stack Alternatives in Golang
golang-jwt/jwt: A popular library for working with JSON Web Tokens (JWT) in Go for authentication and authorization.
- Self-Signed JWTs
-
Golang Echo Authentication: Simple to Powerful Techniques
Tip: Use the jwt-go library for advanced JWT features like custom claims.
-
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
What are some alternatives?
When comparing OAuth 1.0 Client and jwt you can also consider the following projects:
PHP OAuth 2.0 Server - A spec compliant, secure by default PHP OAuth 2.0 Server
Sign in with Apple for PHP - PHP library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.
TwoFactorAuth - PHP library for Two Factor Authentication (TFA / 2FA)
paseto - Platform-Agnostic Security Tokens implementation in GO (Golang)
OAuth 2.0 Client - Easy integration with OAuth 2.0 service providers.
go-guardian - Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.