-
First of all, thanks for your work on the library!
I'm struggling a bit trying to understand the usage of the library though.
How does one protect an API route without the need to have any UI?
…
-
Looks like https://github.com/frankie567/fastapi-users/issues/106 (#4) isn't coming any time soon. Besides, seems the web is moving off email auth for the most part anyway; makes sense, let the big gu…
-
Hello
# Problem
There is something error on creating tables on MySQL.
`
sqlalchemy.exc.CompileError: (in table 'user', column 'email'): VARCHAR requires a length on dialect mysql
`
effected colu…
-
Hi there!
I was looking into this project today. Why does `/login` require `Content-Type: application/x-www-form-urlencoded` (and not `Content-Type: application/json`), while `/register` requires `…
-
I'm trying out the examples that are here for google login with starlette and fastapi. When I follow the normal flow everything works as expected. But if for example I try to access directly the `/aut…
-
## Sorting
- **I'm submitting a ...**
- [ ] bug report
- [x] feature request
- [ ] support request
- I confirm that I
- [x] used the [search](https://github.com/lukeautry/tsoa/sear…
-
Given Django 3.1's upcoming support for async views, it's worth us talking though *if* there are useful points of async support in REST framework, and what they would be if so.
I'm going to prefix …
-
```
$ travis_retry pytest tests/adapter_tests/
============================= test session starts ==============================
platform linux -- Python 3.6.7, pytest-5.4.3, py-1.7.0, pluggy-0.12.0…
-
Currently, the test coverage of this project is around 78%. Before releasing the first-ever beta version, the percentage should be higher than 80%. The major reason for the law coverage is `slack_bolt…
-
**Describe the bug**
I am using starlette integration with fastapi
In my auth endpoint I have another query parameter in my url called username which I am taking from the login endpoint
i.e
login …