Skip to content

learn-co-curriculum/18_auth-lecture-web-031317

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sessions and Auth

  1. Web Requests Happen in Isolation - so how do we remember who users are?
  2. Sessions!

As a user, I should be able to log in to the application so that I can create new courses

What RESTful URL would I use to create a new dog?

  • What HTTP action and what URL?
  • POST '/dogs' What RESTful URL would I use to create a new project?
  • What HTTP action and what URL? 'POST /projects' What RESTful URL would I use to create a new session? 'POST '/sessions'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published