wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Stop depending on `secure-password`

Open sodic opened this issue 1 year ago • 2 comments

secure-password is unmaintained and causes build issues:

  • Core issue: https://github.com/sodium-friends/sodium-native/issues/160
  • Fix for pre-0.12.0: https://github.com/wasp-lang/wasp/pull/729
  • Fix for 0.12.0 and explanation: https://github.com/wasp-lang/wasp/pull/1773/files#diff-aa79f536fd3bb9203f9d976c63594a52a9f3533759e2b754e2a6baec6403a7dbR215

We should replace secure-password with something else (probably from Lucia) and remove the hacks we introduced to make it work.

sodic avatar Feb 16 '24 17:02 sodic

Hack we introduced is override in package.json, for sodium-native.

Martinsos avatar Feb 19 '24 09:02 Martinsos

@infomiho says we could use Oslo instead, from the Lucia ecosystem.

Martinsos avatar Feb 19 '24 09:02 Martinsos

Closed by https://github.com/wasp-lang/wasp/pull/1782

infomiho avatar Feb 27 '24 21:02 infomiho