-
issue
-
-
Hi all,
I am trying to combine authboss into a popular upcoming Go web-framework, [Fiber](https://github.com/gofiber/fiber) and [GORM](https://github.com/go-gorm/gorm) to improve my current authent…
-
The OpenAPI spec allows specifying multiple security schemes per endpoint/api.
Examples taken from :
Example 1:
```yaml
security: # A OR B
- A
- B
```
Example 2:
```yaml
sec…
-
# Description
When recently writing tests for a huma router-agnostic middleware I didn't feel that there was an obvious pattern. I wasn't sure if this was an issue on my end, so I'd like explore the…
-
Acceptance Criteria:
- [ ] Set up a RESTful API to handle communication between the frontend and the database.
- [ ] Implement middleware for handling authentication and authorization.
- [ ] Ensure pr…
-
Would it be possible to implement a server configuration option that implements Basic Auth for all http requests? I know it's not really the most secure method but some authentication is better than n…
-
Currently we only provide token based authentication backend for the DRF specific authentication mechanism.
Non surprisingly Graphene based backends cannot use this. They use the standard Django au…
-
See: https://fastapi.tiangolo.com/tutorial/middleware/ and https://fastapi.tiangolo.com/advanced/middleware/
See other ASGI middlewares: https://github.com/florimondmanca/awesome-asgi#authenticatio…
-
**Is your feature request related to a problem? Please describe.**
Right now the middleware is being called through the default chain
due to this it is being called before authentication and author…