Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 586 Bytes

File metadata and controls

19 lines (15 loc) · 586 Bytes

cf Cute Bunny Album Authorization

Your app needs to make sure people sign up for accounts before viewing the awesome photo albums.

Security is at the api level.

Your app needs:

  • Provide Sign-in and Sign-up capabilities
  • Store the token and append to http requests
  • Provide app level "protection" for states that require a token
  • Direct user to sign-in/sign-up as appropriate
  • Deal with potentially bad tokens

Rubric

  • sign-in/sign-up views and corresponding api calls: 5pts
  • manage token: 1pts
  • Good user experience: 4pts