Skip to content

An arc.codes example app with signup, login, logout and user-specific data.

Notifications You must be signed in to change notification settings

filmaj/arc-example-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arc-example-auth

Example app with signup, login, logout and user-specific data (notes).

Demonstrates:

  • 200 with an html payload
  • 302 Location redirects
  • middleware auth pattern
  • arc.http.helpers.url
  • session storage
  • storing user credentials with bcrypt

Usage

npm i
npx sandbox

Then visit the URL presented, signup, add some notes, view/edit your notes, logout, log back in, you still have your notes!

About

An arc.codes example app with signup, login, logout and user-specific data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Arc 1.6%