-
### Is your feature request related to a problem?
We use OAuth implicit flow at work and when using swagger it auto detects the authorisation policiy and allows for easy authentication (including the…
-
Null safety added the ability to specify that e.g. a function will never return successfully by making it possible to set its return type to the bottom type `Never`.
```dart
void foo() {
bar();…
-
### Checklist
- [X] The issue can be reproduced in the [auth0-js sample app](https://github.com/auth0/auth0.js/tree/master/example) (or N/A).
- [X] I have looked into the [Readme](https://github.com/…
-
Some of the e2e tests are either redundant or are not relevant to be included in a WooCommerce regression suite.
Find these tests and remove them.
This list will be updated with new tests as soo…
-
Support for retrieving an authorization token via OAuth Implicit Flow in Swagger UI was added in #585.
From https://oauth.net/2/grant-types/implicit/
> The Implicit grant type is a simplified fl…
-
### Current Behavior:
The OIDC client library `oidc-client-js` we currently use has been unmaintained and archived for a while now (https://github.com/IdentityModel/oidc-client-js/issues/1391). We …
-
Dear `aioauth` Team,
I would like to bring into your attention that the implementation of the _Implicit Grant Type_ in `aioauth` is not fully compliant with the specification described in [RFC 6749…
-
## Describe the bug
Trying to generate a PKCE-enabled Magic Link with `supabase.auth.admin.generateLink(...)` results in a implicit-flow link.
## To Reproduce
```ts
const email = "user@email…
-
## Motivation
Currently the `Eio.Process.pipe` function has the following type:
```ocaml
val pipe : sw:Switch.t -> _ mgr ->
[Flow.source_ty | Resource.close_ty] Std.r *
[Flow.sink_ty | Reso…
-
I noticed this bot requests to `avatar.lyrebird.ai/api/v0/token` on [lines 18 to 29](https://github.com/MartinHowarth/lyrebot/blob/master/lyrebot/lyrebird.py#L18-L29).
This step is unnecessary if `…