authorization
Here are 2,178 public repositories matching this topic...
-
Updated
Sep 9, 2021 - Go
-
Updated
Sep 15, 2021 - Java
-
Updated
Sep 15, 2021 - Java
Just running through the kafka usecase on the website and found a typo. In the compose up we specify the project name to be opa-kafka-tutorial:
docker-compose --project-name opa-kafka-tutorial up
But in all the later run examples we specify the network to be opakafkatutorial_default:
docker run --rm --network opakafkatutorial_default ...
Adding the dashes allowed a
-
Updated
Sep 10, 2021 - Ruby
-
Updated
Sep 10, 2021 - Objective-C
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Aug 17, 2021 - Objective-C
-
Updated
Jul 29, 2021 - PHP
-
Updated
Aug 18, 2021 - Python
-
Updated
Aug 30, 2021 - PHP
-
Updated
Sep 15, 2021 - Java
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Sep 2, 2021 - PHP
-
Updated
Sep 14, 2021 - Go
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Jun 4, 2021 - Java
-
Updated
Sep 13, 2021 - Java
-
Updated
Aug 10, 2021 - Java
-
Updated
Sep 15, 2021 - C#
-
Updated
May 3, 2021 - PHP
-
Updated
May 23, 2021 - Python
-
Updated
Aug 22, 2021 - Elixir
The following guides may be improved with unit test examples:
- https://github.com/danschultzer/pow/blob/master/guides/custom_controllers.md
- https://github.com/danschultzer/pow/blob/master/guides/sync_user.md
-
https://github.com/danschultzer/pow/blob/master/guides/lock_users.md -
https://github.com/danschultzer/pow/blob/master/guides/user_roles.md
There's alread
With oso 0.11.1 and Rust client code.
When tracking down policy logic failures using the POLAR_LOG=1 environment variable I will see the logging of the execution of all of my inline queries. The problem is that I have lots of these, but usually I'm not interested in the ones in my core policy files which are fairly static and unchanging, but rather I'm interested in those policy sources that
-
Updated
Sep 2, 2021 - JavaScript
Improve this page
Add a description, image, and links to the authorization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the authorization topic, visit your repo's landing page and select "manage topics."
The docs at https://www.ory.sh/hydra/docs/cli/hydra-clients-import state as a description:
"Imports cryptographic keys of any format to the JSON Web Key Store
This appears to be incorrect. The description would be expected to be:
"Import OAuth 2.0 Clients from one or more JSON files"
(and this is confirmed by an earlier version of the docs for this CLI interface: https://www.ory.sh/hyd