jwt
jose-jwt
Our great sponsors
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.
jwt
-
Fast & simple JWT for Go (v4.0.0 released)
There is a special type NumericDate (https://github.com/cristalhq/jwt/blob/main/numeric_date.go) to handle this, however if you have an example where it doesn't work with golang-jwt/jwt please share it, will be happy to add a test for this (or even a fix if something is wrong :( )
-
JWT authentication
Authentication is one of the most important part of almost every web application. We must ensure that every user can create, read, update and delete only data for which it's authorized. For that purpose we will use JWT (JSON Web Token). Fortunately, there are various Golang modules specialized for this. One that will be used in this guide can be found in this GitHub repo. Current latest version is v3 which can ne installed by running go get github.com/cristalhq/jwt/v3.
jose-jwt
-
PowerShell, ADFS, and OpenID Connect: A tale of glory or infinite sadness?
As far as using something other than oAuth its all about what your app supports. If basic authentication is supported, go ahead and send your credentials straight to the server as a -credential and skip ADFS. The REST API we have at work can handle tokens signed with different keys so if a client wanted to generate a RSA keypair and share the public key with us they could generate and sign their own token (jose-jwt works well in PS for this) and submit it straight to the server without going through ADFS. Again, its all about what your app is capable of.
What are some alternatives?
authlib - The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
jjwt - Java JWT: JSON Web Token for Java and Android
PSJsonWebToken - A PowerShell module that contains functions to create, validate, and test JSON Web Tokens (JWT) as well as the creation of JSON Web Keys (JWK).
jwt - Community maintained clone of https://github.com/dgrijalva/jwt-go
JOSESwift - A framework for the JOSE standards JWS, JWE, and JWK written in Swift.
angular-auth-oidc-client - npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow
IdentityModel.OidcClient.Samples
jose - "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
openiddict-samples - ASP.NET Core and Microsoft.Owin/ASP.NET 4.x samples for OpenIddict
cli - 🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
ThinkSharp.Licensing - Simple library with fluent API for creating and verifying signed licenses