-
**Describe the bug**
ScoutSuite's "--local" option (valid for the AWS provider; I haven't tested the others) is documented as follows:
-l, --local Use local data previously fetche…
-
Display list of App Catalog Groups
-
The request is to implement the mechanism described in the attached documentation, according to the AGID specification (?).
My suggestion is of course to implement within our Keycloack instance, sinc…
-
Is there a solution for websites behind WAFs like PerimeterX, Cloudflare, Akmai etc.?
-
Hello,
I'm trying to setup the framework to use both "local" strategy and "basic". Basically what I want is to authenticate an API that I created and that I access it using to types of clients, an Ang…
-
This feature request proposes the implementation of authentication capabilities for sub-routers in the Robyn web framework.
- While Robyn currently supports middleware for handling authentication…
-
### Pitch
Mastodons SSO implementation is currently only usable in specific scenarios and lacks some integration with the administration tooling.
This is also some sort of feedback for https://githu…
echox updated
3 weeks ago
-
Overview:
The current authentication system in the JOBLANE project requires users to sign up using traditional email/password methods. To enhance user convenience and broaden accessibility, it would …
-
Hi! Thanks for your work!
But I need help of community.
In my Django project with django-rest-framework, we use JWT authentication and want to implement the social login by google. So, I installe…
-
1. Use express-session or JWTs for session management.
2. Store tokens in server-side sessions or as HttpOnly cookies.
3. Ensure tokens are not exposed to client-side scripts.