-
Bonjour,
Je voulais savoir si le code fonctionnait toujours. De mon côté, j'ai des erreurs 403 (Le serveur a répondu avec un code d'erreur: 403 Client Error: Forbidden for url: https://auth.fft.fr…
-
### Environment
On Stackblitz:
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.2
- CLI Version: 3.15.0
- Nitro Version: 2.9.7
- Package Manager: npm@10.2.3
-…
-
Current web-based KGE Archive site uses AWS Cognito (OAuth2) to authenticate, which then gets used to obtain credentials. This protocol is mainly (primarily) geared towards human user interactions wit…
-
Is it possible to use a proxy if the ADFS server is installed in a DMZ with restricted external access? Right now, when I try to access it, I get a 404 Page Not Found error for a GET request.
`http…
-
### 📜 Description
The plugin `user-settings` with default auth provider settings shouldn't render providers that are irrelevant to the current environment.
Config file:
```
auth:
environmen…
-
We need to add methods wrapped user APIs in auth-server.
- users
- getuser
- updatePassword
- createUser
- resetPassword
- updateDetails
- updateState
The auth-server documentation is [her…
-
Step 1: Implement Signup Function
Create a function to handle user sign-up.
const signup = () => {
const email = "user@email.com";
const password = "userPassword";
firebase.auth().createU…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v20.14.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package Manager…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0
# Modules to migrate
- [ ] auth_admin_passkey
- [ ] auth_admin_passkey_totp_mail_enforce
- [x] auth_api_key - By @thien…
-
### What happened?
Hello, I'm following the official documentation to set up token authentication for my Chroma server. Authentication works correctly with HttpClient, but fails when using AsyncHtt…