Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Go Rewrite #1 #5

Merged
merged 21 commits into from
Jul 22, 2023
Merged

Go Rewrite #1 #5

merged 21 commits into from
Jul 22, 2023

Conversation

cheetahbyte
Copy link
Member

No description provided.

@cheetahbyte cheetahbyte self-assigned this Jul 21, 2023
@cheetahbyte cheetahbyte linked an issue Jul 21, 2023 that may be closed by this pull request
10 tasks
Leo Breuer added 6 commits July 21, 2023 20:50
- pass db as parameter to each handler to enable easier testing (mocking)

#7
- added handler hostname to identify the worker that processed the request.

#3
- implement handler for `auth.sessions.get`
- add server for `auth.sessions.get` to main.go

#3 Closes #6
- session ID will be added to redis cache with a ttl

#3
- implement `auth.session.get`

#3 Closes #6
@cheetahbyte cheetahbyte marked this pull request as draft July 22, 2023 10:12
Leo Breuer added 2 commits July 22, 2023 12:55
- implement `auth.sessions.exists` handler
- add listener for `auth.sessions.exists` to main.go

#3 Closes #8
@cheetahbyte cheetahbyte changed the title Go Rewrite Go Rewrite #1 Jul 22, 2023
Leo Breuer added 2 commits July 22, 2023 13:30
- add DB_HOST, DB_PORT, DB_USER, DB_PASS, DB_NAME to gorm Config
- add REDIS_HOST, REDIS_PORT, REDIS_PASS to redis config
- add PEPPER to password encryption and comparaison

#3
- add docker file for go

#3
@cheetahbyte cheetahbyte marked this pull request as ready for review July 22, 2023 13:26
@cheetahbyte cheetahbyte merged commit 01d67e8 into main Jul 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Go, Go, Go!
1 participant