Skip to content

MauroMontan/deta-auth-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication microservice for deta space

Docs building ...

# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0

micros:
    #.......

    # Suggested micro config
  - name: auth-micro
    src: ./deta-auth-micro/
    engine: nodejs16
    path: auth
    public: false
    presets:
      env:
        - name: SECRET_KEY
          description: JWT Secret key for verifying and signing JWT Tokens
          default: "your super secret key goes here, please change it"

    run: node index.js

About

node js app with express and jwt auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published