grpc.github.io icon indicating copy to clipboard operation
grpc.github.io copied to clipboard

Add remaining language examples to auth.md

Open LisaFC opened this issue 8 years ago • 4 comments

Currently we're missing (as far as I can see):

  • some C++ examples (I know there are some in the general API section but they should be comprehensive and in Examples as well, as that's where users are going to look for them)
  • some Objective C examples (there are none)
  • just using SSL/TLS example for PHP (it looks like it's in the auth with Google example but I don't know enough about PHP to pull it out separately)
  • Scopeless credentials example for Java (if it exists)

LisaFC avatar Apr 26 '16 12:04 LisaFC

Ping?

LisaFC avatar May 31 '16 12:05 LisaFC

#204 addresses C++, assigning language owners for other languages.

jboeuf avatar Jun 08 '16 13:06 jboeuf

Scopeless credentials example needs grpc/grpc-java#785, and then would be similar to other languages where you simply don't specify credentials.

ejona86 avatar Jun 08 '16 22:06 ejona86

Objective C is actually covered in its own tutorial, so can link to it.

LisaFC avatar Jun 15 '16 22:06 LisaFC