package
0.1.0
Repository: https://github.com/hackinggate/alttube-go.git
Documentation: pkg.go.dev

# Functions

AddAccessToken creates and stores a new access token in the database.
No description provided by the author
AddRefreshToken creates and stores a new refresh token in the database.
No description provided by the author
No description provided by the author
No description provided by the author
GetAllAccessTokensByUserID returns all access tokens for a given user.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RemoveAccessToken deletes an access token from the database.
No description provided by the author
No description provided by the author
No description provided by the author
RemoveRefreshTokenByToken deletes a refresh token from the database.
No description provided by the author
No description provided by the author
ValidateAccessToken checks if the given token exists and is not expired.
ValidateRefreshToken checks if the given token exists and is not expired.
No description provided by the author