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

Last updated: September 16,2024

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

This guide covers the steps necessary to install golang-github-auth0-jwt-middleware-devel.noarch on Fedora 34

$ 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 instructions below to uninstall golang-github-auth0-jwt-middleware-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 1:09:28 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-auth0-jwt-middleware-devel
Version : 1.0.0
Release : 2.fc34
Architecture : noarch
Size : 18 k
Source : golang-github-auth0-jwt-middleware-1.0.0-2.fc34.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