Update AUTH-README.md

This commit is contained in:
zsurocking 2015-05-18 10:08:54 -07:00
parent 98c6355079
commit 7dbd1fe4e4
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Note that you must use the release of the Jetty-ALPN jar specific to the version
An option is provided to use GRPC over plaintext without TLS. This is convenient for testing environments, however users must be aware of the secuirty risks of doing so for real production systems. An option is provided to use GRPC over plaintext without TLS. This is convenient for testing environments, however users must be aware of the secuirty risks of doing so for real production systems.
ALPN is supported starting Android 4.4, but it only works well in 5.0 and higher.
In lower versions, an alternative is to use NPN which Android has support from 4.1. However, the corresponding GRPC server will also need to enable NPN.
# Using OAuth2 # Using OAuth2