# Functions

No description provided by the author
No description provided by the author
CheckUserMail search user by email, return error if someone uses.
CreateNote create new note record.
CreateToken create a new token record.
CreateUser create a user record.
DeleteNote delete a note with id.
DeleteTokenById delete token with id.
FindUserByEmail find user by email.
FindUserById find user by id.
GenerateAccessTokens generates "access" and "refresh" token for user.
No description provided by the author
No description provided by the author
GetNotes get paginated note list.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateNote updates a note with id.
VerifyToken checks jwt validity, expire date, blacklisted.

# Variables

No description provided by the author