Skip to content

harvmaster/api.hashpass.online-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API.Hashpass (ts)

An ExpressJS REST API built to be interacted with from www.hashpass (DEMO). It handles the storage of user data, such as what services they use the password generator for. It stictly does not store passwords that are generated for each services as this is handled completely on the client side.

Config

interface Config {
  mongo: string,
  jwt_secret: string,
  port: number,
  minio: {
    endpoint: string,
    accessKey: string,
    secretKey: string
  }
}

Features

  • Storing users and services
  • BYO Icons for services
  • Choice of algorithm to use to generate passwords

About

Rewrite of the first api.hashpass.online in TypeScript that fixes a few issues with the original API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published