Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
39 views

I am developing a mobile application using React Native. In this phase I am trying to connect it to my APIs (made using FastAPI with Authlib) to perform authentication with Google. I do not know if I ...
AlberToma's user avatar
0 votes
0 answers
55 views

we want to migrate our LDAP users to SSO from our #synapse #matrix server and we have already many users, which are using Microsoft SSO Login. Matrix Synapse uses Authlib and there is a table (...
Denny Fuchs's user avatar
0 votes
1 answer
180 views

I am writing a flask app that authenticates users via oauth2 with a NextCloud instance (and later will use file synchronisation). From what I read this should be fairly straightforward. For example ...
Etienne Ott's user avatar
0 votes
0 answers
81 views

I'm developing a web-server based on FastAPI, to be integrated into a container to be deployed on Kubernetes with replicas. Authentication is performed by authlib and Keycloak. The server which ...
emonier's user avatar
  • 723
1 vote
0 answers
54 views

I am using Superset with SSO enabled using Cognito in a multi tenant environment. Each tenant is using a separate user pool. Is it possible to plug the connection parameters based on the tenant so ...
tamla83's user avatar
  • 390
1 vote
0 answers
221 views

I am trying to determine the best way to enable PKCE in Authlib for Google OAuth2 flow in a FastAPI application. Currently, the login function is: @auth_router.get("/login/google") async def ...
Enrico Shippole's user avatar
0 votes
0 answers
75 views

I have an API built using Python FastAPI and the AuthLib library to handle authentication. I register my apple SignIn Credentials and setting with the following # Configure Apple OAuth with proper ...
John Grant's user avatar
0 votes
0 answers
61 views

When im trying to create social authentication using google I got error: authlib.integrations.base_client.errors.MismatchingStateError: mismatching_state: CSRF Warning! State not equal in request and ...
chazzy's user avatar
  • 3
0 votes
0 answers
80 views

I am trying to use Authlib 1.5.1 to authenticate against backend, using Azure as an authentication provider. My configuration is simple, I'm trying to follow docs: oauth.register( 'azure', ...
Smok's user avatar
  • 129
0 votes
0 answers
682 views

I have trouble understanding how the Authlib middleware works with fastAPI. I have something working, but I don't think it's the right way to do it. What I would like is to be able to create a client ...
tenup's user avatar
  • 55
1 vote
0 answers
159 views

Does anyone know how to check token expiry on requests in a Flask AppBuilder app. I'm specifically talking Superset here, but I think the same would apply anywhere. I've got an OAUTH configuration for ...
Pat Buxton's user avatar
0 votes
0 answers
951 views

I am trying to implement login with google in my fastapi application I am running the fastapi application in K8S cluster: Here is relevant code: here is my ingress-nginx config file: apiVersion: ...
Aditya Bhattad's user avatar
0 votes
1 answer
148 views

I've got an API that we're hosting with flask. API authentication is handled through Auth0 using authlib. For security reasons, we would like to disable cookies altogether, but I can't figure out how ...
dino's user avatar
  • 3,336
2 votes
1 answer
894 views

I am trying to create a login using linkedIn and authlib, but I'm running into errors when I try and receive my token. I am able to redirect to the linked in authentication and then redirect to my ...
TeeWhy's user avatar
  • 21
1 vote
1 answer
1k views

I'm making an API in FastAPI and I want to implement Google Auth, Im using Authlib for that. I think is important to say that I'M NOT USING TEMPLATES OR SOME KIND OF SSR, my frontend is completely ...
Emiliano Acevedo's user avatar

15 30 50 per page
1
2 3 4 5
12