We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f05e84 commit a9cf805Copy full SHA for a9cf805
repos.tf
@@ -130,6 +130,17 @@ locals {
130
]
131
}
132
133
+ netauth-python = {
134
+ description = "NetAuth client library for Python"
135
+ homepage_url = "https://python.netauth.org"
136
+ teams = ["core-dev", "python-dev"]
137
+ topics = [
138
+ "secure-access",
139
+ "authentication-service",
140
+ "python",
141
+ ]
142
+ }
143
+
144
###########
145
# Plugins #
146
0 commit comments