Documentation ¶
Index ¶
- func ComparePassword(hashedPass string, password string) error
- func DetectFileType(file io.Reader) (string, error)
- func ExtractTokenFromHeader(r *http.Request) (string, error)
- func GenerateAccessToken(userID uuid.UUID, userType string, profileId uuid.UUID) (string, error)
- func GetResumeSummary(buffer bytes.Buffer) (string, error)
- func HashPassword(password string) ([]byte, error)
- func IsTokenExpired(tokenString string) bool
- func PatchProfileFromSummary(profile *schemas.Profile, summary schemas.Summary)
- type Claims
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComparePassword ¶
func GenerateAccessToken ¶
func HashPassword ¶
func IsTokenExpired ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.