Added the os.getSubjectlessPublicRecordKey(recordName) function to make it possible to create a record key that allow publishing record data without being logged in.
All record keys are now split into two categories: subjectfull keys and subjectless keys.
subjectfull keys require login in order to publish data are are the default type of key.
subjectless keys do not require login in order to publish data.
When publishing data with a subjectless key, all users are treated as anonymous. In effect, this makes the owner of the record fully responsible for the content that they publish.
:rocket: Improvements
os.getSubjectlessPublicRecordKey(recordName)
function to make it possible to create a record key that allow publishing record data without being logged in.