Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 398 Bytes

cloudfunc_login

Description

It is an example of authentication function for Cloud Function. It receive requests from other applications and returns hashed password of requested users. This program assumes that authentication infos are stored in google BigQuery.

Requirements

  • Go 1.13

In Cloud Functions

For use of this example, copy all except for EnvLoad and main functions.