-
Setting up cors with multiple origin doesn't work it returns multiple Access-Control-Allow-Origin when it should only return caller
```
Access to fetch at 'http://localhost:3000/experiences' from …
-
### Version
0.1.6
### Platform
Linux helipad 5.10.16.3-microsoft-standard-WSL2 (hashtag)1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
### What steps will reproduce the b…
-
### Full name
Tushar Bharti
### University status
Yes
### University name
Indian Institute of Information Technology, Bhagalpur
### University program
Computer Science and Enginee…
-
iOS 18 have been announced a few days ago and, a few hours ago, the session including the upcoming changes to Apple Wallet have been published: https://developer.apple.com/videos/play/wwdc2024/10108/
…
-
#### What are you trying to achieve, or the steps to reproduce?
I was checking https://elysiajs.com/ and I checked their performance results.
And I wanted to know that it is planned to optimize…
-
I mean
```Typescript
app
.use(
jwt({
secret: "secret",
})
)
.get("/token", (req) => {
req.jwt.sign({ sub: "1" });
...
});
```
This is valid.
This will t…
-
a simple app following the documentation instructions. but still get err
index.tsx
```typescript
import Elysia from "elysia";
import { html } from "@elysiajs/html";
import * as tHTML from "type…
-
Is it a possibility to add support for OpenAPI and be able to use the Swagger UI?
jylin updated
11 months ago
-
Originally posted on discord, but since there were no response, I am filing it as a bug report instead
[original discord post](https://discord.com/channels/1044804142461362206/1048142483864956968/t…
-