# Functions
NewGoogleAuthenticationRoutes creates routes using GoogleAuthenicationService and mounts them to the provided router.
NewJsonWebTokenAuthenticationRoutes creates routes using AuthenticationService and JsonWebTokenService then mounts them to the provided router.
NewJsonWebTokenUserRoutes creates routes using UserRepository and JsonWebTokenService then mounts them to the provided router.
# Variables
ErrMissingUserContext is returned when no context is found while attempting to load user from http.Requests context.
# Structs
No description provided by the author