Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shankytiwari/jwt-authentication-golang
How to implement Authentication using JWT in Golang
https://github.com/shankytiwari/jwt-authentication-golang
golang golang-jwt jwt jwt-authentication jwt-go
Last synced: about 2 months ago
JSON representation
How to implement Authentication using JWT in Golang
- Host: GitHub
- URL: https://github.com/shankytiwari/jwt-authentication-golang
- Owner: ShankyTiwari
- Created: 2020-03-09T16:14:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T04:29:00.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T01:11:56.916Z (almost 2 years ago)
- Topics: golang, golang-jwt, jwt, jwt-authentication, jwt-go
- Language: Go
- Homepage: https://www.codershood.info/2020/03/14/jwt-authentication-in-golang-tutorial-with-example-api/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication using JWT in Golang
How to implement Authentication using JWT in Golang
## Installtion
Below command will Install all the dependencies recursively.
```bash
go get -d ./...
```## Starting the GO server
Use the below command to create executable and the run executable.
```bash
go build
```