Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/nugrohosam/goauth

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nugrohosam/goauth

  • v0.0.0-20220125060008-ca28392d0edd
  • Source
  • Go
  • Socket score

Version published
Created
Source

Try this project free

  • postman docs : https://documenter.getpostman.com/view/4473147/TVzXDFka

Set project

  • copy .env.example to .env.yaml
  • configure server environment that you needs in file .env.yaml

System Requirement

Using Protocol Buff (following this if you are do install)

  • copy folder google, from inside of folder root_protoc/include to root_folder_this_project/third_party
  • make your file .proto as you need in assets/proto folder
  • generate go protobuff with command as noted in file generateProto.txt
  • #makesure your GOPATH environment variable is set

Get All Modules

  • $ go get
  • $ go mod tidy

Run Makefile

  • $ make

Seeder

if you want to seder data, run $ ./cmd/seeder -file=namefile.yaml

Run Server

  • $ go run main.go --env-root-path=[./yourfolderdotenvdotyaml] --service=[http, grpc]

Run Test API

  • $ go test github.com/nugrohosam/gosampleapi/tests/api

Run Test GRPC

  • $ go test github.com/nugrohosam/gosampleapi/tests/grpc

Checklist

  • Supporting for database pgsql, mysql
  • Register Users
  • Auth JWT
  • Middlewares
  • Test api
  • DB Cleaner In Test
  • Request gRPC
  • Test gRPC
  • Migration tools
  • Session redis support
  • Pagination
  • Seeder tools
  • Kafka features
  • Encrypted token
  • Heroku deployment
  • CircleCI deployment

FAQs

Package last updated on 25 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc