https://github.com/johnsalazar/microservices-go-authentication

Authentication service. Part of an e-commerce built in Golang.
https://github.com/johnsalazar/microservices-go-authentication

Keywords

assymetric-key-cryptography clean-code discovery-service docker golang grpc hexagonal-architecture jwt-token kubernetes metrics microservices nats nosql rest-api security solid telemetry

Last synced: 11 months ago
JSON representation

Acceptance Criteria

Repository metadata

Authentication service. Part of an e-commerce built in Golang.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 1 year ago

Total Commits: 17
Total Committers: 1
Avg Commits per committer: 17.0
Development Distribution Score (DDS): 0.0

Commits in past year: 17
Committers in past year: 1
Avg Commits per committer in past year: 17.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Joao Salazar j****r@g****m 17

Committer domains:


Issue and Pull Request metadata

Last synced: over 1 year ago

Total issues: 1
Total pull requests: 0
Average time to close issues: 15 days
Average time to close pull requests: N/A
Total issue authors: 1
Total pull request authors: 0
Average comments per issue: 1.0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: 15 days
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 1.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/johnsalazar/microservices-go-authentication

Top Issue Authors

  • lexuanquynh (1)

Top Pull Request Authors


Top Issue Labels

Top Pull Request Labels


Dependencies

Dockerfile docker
  • golang latest build
  • scratch latest build
go.mod go
  • github.com/JohnSalazar/microservices-go-common v0.0.0-20230612135818-acdb75f09cf2
  • github.com/KyleBanks/depth v1.2.1
  • github.com/armon/go-metrics v0.4.1
  • github.com/beorn7/perks v1.0.1
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
  • github.com/eapache/go-resiliency v1.2.0
  • github.com/fatih/color v1.13.0
  • github.com/fsnotify/fsnotify v1.5.1
  • github.com/gin-contrib/cors v1.3.1
  • github.com/gin-contrib/location v0.0.2
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.8.2
  • github.com/go-logr/logr v1.2.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/jsonpointer v0.19.6
  • github.com/go-openapi/jsonreference v0.20.2
  • github.com/go-openapi/spec v0.20.8
  • github.com/go-openapi/swag v0.22.3
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.11.2
  • github.com/goccy/go-json v0.10.0
  • github.com/golang-jwt/jwt/v4 v4.4.1
  • github.com/golang/protobuf v1.5.3
  • github.com/golang/snappy v0.0.4
  • github.com/google/uuid v1.3.0
  • github.com/hashicorp/consul/api v1.20.0
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-hclog v1.2.1
  • github.com/hashicorp/go-immutable-radix v1.3.1
  • github.com/hashicorp/go-rootcerts v1.0.2
  • github.com/hashicorp/golang-lru v0.5.4
  • github.com/hashicorp/hcl v1.0.0
  • github.com/hashicorp/serf v0.10.1
  • github.com/joho/godotenv v1.4.0
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/compress v1.15.1
  • github.com/leodido/go-urn v1.2.1
  • github.com/lestrrat-go/backoff/v2 v2.0.8
  • github.com/lestrrat-go/blackmagic v1.0.1
  • github.com/lestrrat-go/httpcc v1.0.1
  • github.com/lestrrat-go/iter v1.0.2
  • github.com/lestrrat-go/jwx v1.2.23
  • github.com/lestrrat-go/option v1.0.0
  • github.com/magiconair/properties v1.8.6
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.17
  • github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
  • github.com/minio/highwayhash v1.0.2
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
  • github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296
  • github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
  • github.com/nats-io/nkeys v0.3.0
  • github.com/nats-io/nuid v1.0.1
  • github.com/pelletier/go-toml v1.9.4
  • github.com/pelletier/go-toml/v2 v2.0.6
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
  • github.com/prometheus/client_golang v1.14.0
  • github.com/prometheus/client_model v0.3.0
  • github.com/prometheus/common v0.37.0
  • github.com/prometheus/procfs v0.8.0
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/afero v1.8.2
  • github.com/spf13/cast v1.4.1
  • github.com/spf13/jwalterweatherman v1.1.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.10.1
  • github.com/stretchr/testify v1.8.2
  • github.com/subosito/gotenv v1.2.0
  • github.com/swaggo/files v1.0.0
  • github.com/swaggo/gin-swagger v1.5.3
  • github.com/swaggo/swag v1.8.10
  • github.com/ugorji/go/codec v1.2.9
  • github.com/xdg-go/pbkdf2 v1.0.0
  • github.com/xdg-go/scram v1.1.1
  • github.com/xdg-go/stringprep v1.0.3
  • github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
  • go.mongodb.org/mongo-driver v1.11.4
  • go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.31.0
  • go.opentelemetry.io/otel v1.6.3
  • go.opentelemetry.io/otel/exporters/jaeger v1.6.3
  • go.opentelemetry.io/otel/sdk v1.6.3
  • go.opentelemetry.io/otel/trace v1.6.3
  • golang.org/x/crypto v0.5.0
  • golang.org/x/net v0.8.0
  • golang.org/x/sync v0.1.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/text v0.8.0
  • golang.org/x/tools v0.7.0
  • google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
  • google.golang.org/grpc v1.54.0
  • google.golang.org/protobuf v1.28.1
  • gopkg.in/ini.v1 v1.66.4
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • 831 dependencies

Score: 0.0