You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.