-
Updated
Jun 10, 2020 - Vue
access-token
Here are 52 public repositories matching this topic...
-
Updated
Apr 20, 2020 - Ruby
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jun 8, 2020 - C++
-
Updated
Apr 30, 2020 - CSS
-
Updated
Jun 15, 2020 - TypeScript
The documentation is missing a page where the main usage flow for oidc-agent is explained AFAICS.
The flow could be:
- oidc-gen to register a client or configure oidc-agent for an existing client
- oidc-add to add the client to the agent (possibly optional)
- oidc-token to obtain tokens
The page should also explain how users can list existing clients or change a client configuration
-
Updated
Feb 16, 2018 - Go
-
Updated
Aug 1, 2019 - PHP
-
Updated
Mar 8, 2018 - TypeScript
-
Updated
Jan 16, 2020 - PHP
-
Updated
Jun 5, 2020 - Swift
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jan 2, 2019 - Clojure
-
Updated
Aug 30, 2018 - JavaScript
Is your feature request related to a problem? Please describe.
User should be able to delete a conduit.
Describe the solution you'd like
From the conduits list page, an icon/button to delete a conduit should exist.
Acceptance Criteria
- An active conduit cannot be deleted.
- An inactive conduit can be deleted.
- A dialog should popup to confirm the user action.
-
Updated
Nov 15, 2019 - JavaScript
-
Updated
Nov 7, 2017 - HTML
-
Updated
Apr 26, 2019
-
Updated
Jun 17, 2019 - C#
-
Updated
Dec 12, 2019 - Java
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Aug 27, 2019 - JavaScript
-
Updated
Oct 24, 2017 - JavaScript
-
Updated
Aug 29, 2018 - Python
-
Updated
Mar 15, 2020 - TypeScript
Improve this page
Add a description, image, and links to the access-token topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the access-token topic, visit your repo's landing page and select "manage topics."
Reading the Sanic JWT docs, although
override_scope_validatoris mentioned in Initialization and it mentionsSee Scopes for more information.,override_scope_validatorseems to be missing in Scopes.