-
-
**Describe the implementation for which test is targeted**
- API tested : Set password
- API route : /auth/set-password
**Requirement of the test case**
- To publish only tested APIs as npm …
-
**Describe the bug**
No Confirm on device modal when enabling labeling on account with remembered wallet
**Steps to reproduce:**
1. Don't have labeling enabled
2. Reload Suite
3. Go to an Ether…
-
When I create a middleware to log the `id` URL parameter, which exists in the route I request, the value is always empty. I do get a value inside the handler itself
```Go
r := chi.NewRouter()
r…
-
### Astro Info
```block
Astro v4.15.9
Node v22.8.0
System macOS (arm64)
Package Manager bun
Output hybrid
A…
-
"@types/express": "^5.0.0",
"express": "^4.21.0",
```
import { Router } from "express";
import cors from "cors";
export const handleCors = (router: Router) =>
router.use(cors({ credentials…
-
First of all: I really enjoyed playing around with this. I got it all working and it's a lot of fun!
I wanted to show some people in my office this application. Usually I just use nginx proxy manag…
-
*Before creating a bug report please make sure you are using the latest docker image / code base.*
**Please complete the following information**
- Installation Type: [Docker]
- Running locall…
-
### Link to the code that reproduces this issue
https://github.com/howdoicomputer/issue-reproduction
### To Reproduce
1. Create a new project and add
```
import OpenAI from 'openai';
const c…
-
- [x] 1. Add a JWT creation
- [x] 2. Add a JWT verification
- [x] 3. Add JWT auth in the Login
- [x] 4. Protect routes with JWT
- [x] 5. Add a Middleware Function to check if a user is an Admin