atomic-tang
Results
2
issues of
atomic-tang
## Environment - ejabberd version: 22.05 - OS: Docker container - Installed from: https://hub.docker.com/r/ejabberd/ecs ## Configuration ```yaml modules: mod_mam: db_type: sql default: always request_activates_archiving: false assume_mam_usage: true user_mucsub_from_muc_archive: true mod_muc:...
I am using apisauce in a react native project and I need to intercept 302 redirects to implement the OAuth2 PKCE flow. I've tried setting the maxRedirects option to 0...