Skip to content

feat: read jwt subject to identify user #649

feat: read jwt subject to identify user

feat: read jwt subject to identify user #649

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=5m