-
I'd like to return a custom json response when authentication fails instead of the plain 'Unauthorized' Text response. In the local strategy for this we can provide a failWithError option to the strat…
-
## 📸 What is this issue?
> What is an issue? Please explain with some screenshots.
현재 API의 스펙을 지정하는 `@ApiSpec` 데코레이터는, 그 기능의 HTTP 메소드와 Permission을 지정하는 데코레이터들과 항상 함께 지정되도록 되어 있습니다. 특히, HTTP 메소드가…
hubts updated
3 weeks ago
-
## Description
- Develop an endpoint to handle requests to fetch and return the latest blog post data with pagination. If the data is fetched successfully, it will be returned to the client with a …
-
Am I right in thinking that you could look for a `?` on the query function parameter to denote that it is optional, and pick this up to set the `required` value on the swagger document?
It would b…
mjgp2 updated
8 months ago
-
## WS-2018-0591 - Medium Severity Vulnerability
Vulnerable Library - esm-3.0.84.tgz
Tomorrow's ECMAScript modules today!
Library home page: https://registry.npmjs.org/esm/-/esm-3.0.84.tgz
Path to de…
-
```
@injectable()
class Ninja implements Warrior {
@inject(TYPES.Weapon) private _katana: Weapon;
@inject(TYPES.ThrowableWeapon) private _shuriken: ThrowableWeapon;
public fight() { r…
-
## 整理不错的文章
代码篇 - Error Stack - 《Node.js 调试指南》 - 书栈网 · BookStack [https://www.bookstack.cn/read/node-in-debugging/3.3ErrorStack.md](https://www.bookstack.cn/read/node-in-debugging/3.3ErrorStack.md)
(…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### NestJS version
10.0.0
### Is your performance suggestion related to a problem? Please d…
-
**Describe the bug**
Latest update, yaml files are all grey, see screenshot. If i switch to another theme the coloring is okay.
**Desktop (please complete the following information):**
- OS: ma…
ktwbc updated
7 months ago
-
**What is the issue:**
Hello. I'm trying to test sharing cookies between multiple subdomains on my local machine with a self hosted Supertokens instance following the guides in documentation ([share-…