How to Install and Uninstall golang-github-auth0-jwt-middleware-devel.noarch Package on Fedora 35

Last updated: May 04,2024

1. Install "golang-github-auth0-jwt-middleware-devel.noarch" package

This is a short guide on how to install golang-github-auth0-jwt-middleware-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-auth0-jwt-middleware-devel.noarch

2. Uninstall "golang-github-auth0-jwt-middleware-devel.noarch" package

Please follow the guidance below to uninstall golang-github-auth0-jwt-middleware-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-auth0-jwt-middleware-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-auth0-jwt-middleware-devel.noarch package on Fedora 35

Last metadata expiration check: 2:31:41 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-auth0-jwt-middleware-devel
Version : 1.0.0
Release : 3.fc35
Architecture : noarch
Size : 18 k
Source : golang-github-auth0-jwt-middleware-1.0.0-3.fc35.src.rpm
Repository : fedora
Summary : Middleware for Go to check for jwts on http requests
URL : https://github.com/auth0/go-jwt-middleware
License : MIT
Description : A middleware that will check that a JWT is sent on the Authorization header and
: will then set the content of the JWT into the user variable of the request.
:
: This module lets you authenticate HTTP requests using JWT tokens in your Go
: Programming Language applications. JWTs are typically used to protect API
: endpoints, and are often issued using OpenID Connect.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/auth0/go-jwt-middleware