Tutorials

Authenticate with go / fiber

1Get public key

Download the public key and move it to your project directory.

Get Public Key

2Install dependencies

First, install the required Fiber and JWT packages.

3Create the auth.go file

In this step, create a separate file for JWT verification and middleware.

4Create the main.go file

Create the main app file with public and authenticated views.

5Run the server

Run the server locally using Go.