-
https://github.com/Theodo-UK/nestjs-admin/blob/5b33b27b18e4fd764c11f250764615861482bbbd/exampleApp/src/user/user.module.ts#L21
For creating an admin view for editing the Group Entity shouldn't it…
-
config.default.js:
```js
config.middleware = ['user','authz'];
config.authz = {
enable: true,
newEnforcer: async() => {
const dbConnect = await TypeORMAdapter.newAdapter({
…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post you…
-
Hello guys, i want to know how is it possible to add classes that are not in the services folder to the dependency injection system, for my example i'm using graphql + TypeGraphQL, but i can't inject…
-
There should be 3 main user roles; `Mentee`, `Mentor`, `Admin`.
@tayormi and @jonddon please elaborate more on these. Can a user select their role at registration? If yes, does that mean a user can…
-
I'm unable to functionally test my app with Crud.
Assuming the following functional test file:
```typescript
import * as request from 'supertest';
import { Test } from '@nestjs/testing';
import…
-
[ ] Regression
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overfl…
-
I created a user seed that will insert a new user with a hashed password. On my `user.entity.ts`, I have a `@BeforeInsert` decorator to hash the password before inserting it into the DB. This works wh…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your …
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your …