This repository has been archived by the owner on May 22, 2021. It is now read-only.
Refine and document our authentication and security mechanisms #32
Labels
documentation
Improvements or additions to documentation
epic
Big issue containing children
refinement needed
Something is unclear or not yet specified
We have to refine & document our authentication and security mechanisms.
The current documentation (#31) is included in our graphql schema which is tbh not that great.
Task for refinement: We should use the strength of PBKDF2 and generate random salts for every user which we send to the frontend to stretch the password hashing.
(see https://en.wikipedia.org/wiki/PBKDF2#Purpose_and_operation)
@TheMorpheus407 and @iiestIT could maybe assist us here.
The text was updated successfully, but these errors were encountered: