-
Firstly, thank you again for this comprehensive solution!
Secondly, thanks for providing so many auth options, API-only auth was exactly what I needed for one of the projects
https://github.com/…
-
# Exit Criteria
- [ ] Swagger documentation for `auth` service routes
- [x] Add `auth.rm` file with explanations
-
## Description
Implement the authentication pages (Login and Signup) for the Dragon Food application, including UI design and integration with the authentication API to handle user login and registrat…
-
Research various API Auth frameworks and determine what would best meet 'industry standards' or Flex's expectations.
-
I don't want anyone be able to access to the socket with a simple call wscat to /v2/listen API.
please add auth to that api
-
while updating frappe and erpnext with insights app using bench update —reset :
I got pip conflict as bellows:
```
Installing frappe
/home/erpnext/frappe-bench/env/bin/python -m pip install --quie…
-
I am calling the API from my local computer and it obviously is not getting through the login window. How should one access the API outside of Swagger UI https://XXX.proxy.runpod.net/ai-dock/api/docs?…
-
Task List:
- [ ] Create a list of business scenarios
- [ ] Review and confirm list is complete
- [ ] Break down into test cases
- [ ] Identify test data needs
- [ ] Identify gaps (cannot execute becau…
-
**Describe the bug**
When doing any action with the API, an access token has to be acquired through the auth API at `https://accounts.lidl.com`. However, I'm suddenly getting an HTTP 403 on that API.…
-
```
from vk_api.vk_api import VkApiMethod, VkApi
vk_session = VkApi('+xxx', 'xxx')
vk_session.auth()
vk: VkApiMethod = vk_session.get_api()
```
(xxx) "xxx/bin/python" "xxx/main.py"
Trac…