Skip to content

Authentication #209

Description

@belegnar

Summary

How to perform authorised requests

What is the feature request for?

The core library

The Problem

Any example is really appreciated

The Ideal Solution

        with grpc.insecure_channel() as conn:
            client = ServiceStub(conn)
            request = Request(metadata=metadata)
            response = client.run(request)

The Current Solution

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions