Better auth collection support #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Methods
I have added various
auth()
versions of most functions, which will fill out blank JSON values forpassword
,passwordConfirm
andemail
(unlessemailVisibility
istrue
). This is becuase User structs are used for auth and later commands (atleast we should be able to support that). Hence this prevents any crashing due to JSON key errors.This should be done with the tag
v0.9.0
by now, unit tests seem to pass so it seems to be working:viewRecordsAuth()
listRecordsAuth()
authWithPassword()
With tag
v0.10.2
we have:updateRecordAuth()
Deserializer things
The text was updated successfully, but these errors were encountered: