Create service to enable connection to database #273
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
3 participants
Notifications
Due date
No due date set.
Depends on
#277 Create layout config table in user database
Andras/BoundlessFlowCampus2K
Reference
Andras/BoundlessFlowCampus2K#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We want to be able to connect to the user database and query it. The current goal is the ability to store and load layout configs.
We need to figure out the appropriate structure and files for this.
Create connection to user databaseto Create service to enable connection to databaseWaiting until Created layout table #286 is merged into team_2_week_1
what needs to be done have been tested by @c24elipe https://git.webug.se/c24elipe/Dotnet_JWTAndTesting_Test/src/branch/main/LoginService/LoginService/Endpoints/AuthEndpoints.cs . I am going to take inspiration from his repo.
Password hashing states that Argon2id should be used. C# needs to download a dependency to use it Se site has a conclusion been made?
After some discussion with @a22erigr about what algorithm to use to hash passwords. We concluded that the old decision still holds strong and should be used for the moment at least.
Okay will wait with implementing hashing functionality. When working on the problem i may have gone a bit out of scope, Implementing some of the structure of the service. This was done to support further development and to test so a user can connect to the database. A lot of inspiration was taken from @c24elipe https://git.webug.se/c24elipe/Dotnet_JWTAndTesting_Test/src/branch/main/LoginService/LoginService/Endpoints/AuthEndpoints.cs