grpc.github.io
grpc.github.io copied to clipboard
Add remaining language examples to auth.md
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)
Ping?
#204 addresses C++, assigning language owners for other languages.
Scopeless credentials example needs grpc/grpc-java#785, and then would be similar to other languages where you simply don't specify credentials.
Objective C is actually covered in its own tutorial, so can link to it.