-
First, thank you for a fantastic create. Discovered it through libninja.
So I have used Libninja to create an API for a service here in Norway.
Then in a axum endpoint i try and create a client …
-
`myproject/api/services/protocols/index`
``` javascript
var _ = require('lodash');
var _super = require('sails-permissions/api/services/protocols');
_.merge(exports, _super);
_.merge(exports, {
…
-
Here's my code snippet to do the user following fetching
```
public async checkUserFollows(
currentUser: CurrentUserDto,
{ code, codeVerifier }: TwitterCodeBodyDto
) {
const { acce…
-
*Title*: *Allow oauth2 forwarding of refresh/id token*
*Description*:
> We are trying to use the oauth2 filter to manage an auth2 /oidc flow, but the current implementation can only forward the ac…
-
## Module
auth-odic
## Describe the bug
After logging in with ODIC odoo displays "Access Denied" and prints an error in docker.
![image](https://github.com/OCA/server-auth/assets/40927593/7a88ac…
-
Using oauth2, as googlesheets4 does [here](https://github.com/tidyverse/googlesheets4/blob/main/R/gs4_auth.R), would tear down the very common barrier to entry for prospective users of finding, encryp…
-
There are probably quite a few parts in this issue, I totally see those as separate small PRs / issues.
## Context
Currently, `auth` package supports various OAuth2 providers and acts as a OAut…
-
## Listing of all errors found in the documentation
- [x] Arguments for a class not appearing if the Args were put under the init statement. mainly the AsyncYoutubeAPI class has this issue.
- [x] …
-
### Page on which it happened
Users "Account is currently being encrypting. Your request cannot continue. Please wait until this is finished."
### Steps to reproduce
1.Create new user
### Ex…
-
- [X] I was not able to find an [open](https://github.com/zendframework/zend-expressive-authentication-oauth2/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-authenti…