commit | b7859e73a05fb11c154b84f0b4b1d07367914b6d | [log] [tgz] |
---|---|---|
author | Anar Sultanov <[email protected]> | Wed Mar 18 01:43:31 2020 +0100 |
committer | GitHub <[email protected]> | Tue Mar 17 17:43:31 2020 -0700 |
tree | a8d72da4a787dd463cd23ebc50ef8fc10795d9b4 | |
parent | 58e6ad71cc5fcdfab5d523049e925e2f5349aa8b [diff] [blame] |
examples: Add a JWT authentication example (#5915)
diff --git a/examples/example-jwt-auth/settings.gradle b/examples/example-jwt-auth/settings.gradle new file mode 100644 index 0000000..59ef05d --- /dev/null +++ b/examples/example-jwt-auth/settings.gradle
@@ -0,0 +1,8 @@ +pluginManagement { + repositories { + maven { // The google mirror is less flaky than mavenCentral() + url "https://maven-central.storage-download.googleapis.com/repos/central/data/" + } + gradlePluginPortal() + } +}