Skip to content

chingkamhing/grpc-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Gateway Evaluation Project

This is a project to evaluate grpc-gateway.

Use Cases

  • authentication
    • in gateway proto file, config endpoints with google.api.http
    • config all endpoints with or without authentication
    • in gateway's out-bound interceptor, check if there is any "authorization" in the metadata, perform corresponding authentication if so
    • upon runtime.NewServeMux(), forward necessary request info to the metadata to fullfill the authentication needs
  • cookies or session handling
    • how to integrate with session library (e.g. scs)?
    • ???
  • open API settings
    • e.g. "x-nullable", "x-go-custom-tag", "required", etc.
    • ???

Knowledge Base

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published