Original PR: https://github.com/detleph/server/pull/18 Author: @stephan418 Created: 11/17/2021 Status: ✅ Merged Merged: 11/17/2021 Merged by: @stephan418
Base: dev ← Head: feature-user-auth
dev
feature-user-auth
eff8dd0
3d961ab
bc88ea3
f45f3c7
eb64432
0eb284a
08e2f9f
a1e56f7
aec6604
5ee5218
8 files changed (+236 additions, -14 deletions)
📝 docker-compose.yml (+3 -0) 📝 package.json (+6 -1) 📝 prisma/schema.prisma (+18 -13) ➕ src/Controllers/admin_auth.controller.ts (+83 -0) 📝 src/Controllers/event.controller.ts (+2 -0) ➕ src/Middleware/auth/auth.ts (+90 -0) ➕ src/custom.d.ts (+7 -0) ➕ src/lib/redis.ts (+27 -0)
docker-compose.yml
package.json
prisma/schema.prisma
src/Controllers/admin_auth.controller.ts
src/Controllers/event.controller.ts
src/Middleware/auth/auth.ts
src/custom.d.ts
src/lib/redis.ts
Merge feature 'user-auth' which introduced middleware and endpoints for users to authenticate
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/detleph/server/pull/18
Author: @stephan418
Created: 11/17/2021
Status: ✅ Merged
Merged: 11/17/2021
Merged by: @stephan418
Base:
dev← Head:feature-user-auth📝 Commits (10+)
eff8dd0Add the redis server to docker-compose.yml3d961abAdd controller for authenticating with admin name and passwordbc88ea3Merge branch 'dev' into feature-user-authf45f3c7Merge branch 'dev' into feature-user-autheb64432Admin + small changes0eb284aformated last commit08e2f9fMerge branch 'feature-db-schema' into deva1e56f7Merge branch 'dev' into feature-user-authaec6604Update the code to use the latest database schema5ee5218Use the description attribute in add and get controllers📊 Changes
8 files changed (+236 additions, -14 deletions)
View changed files
📝
docker-compose.yml(+3 -0)📝
package.json(+6 -1)📝
prisma/schema.prisma(+18 -13)➕
src/Controllers/admin_auth.controller.ts(+83 -0)📝
src/Controllers/event.controller.ts(+2 -0)➕
src/Middleware/auth/auth.ts(+90 -0)➕
src/custom.d.ts(+7 -0)➕
src/lib/redis.ts(+27 -0)📄 Description
Merge feature 'user-auth' which introduced middleware and endpoints for users to authenticate
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.