alexandrialibrary / Alexandria

Alexandria is a simple little card catalogue webapp with a terribly pretentious name.
MIT License
2 stars 1 forks source link

Authorisation architecture #76

Open hawkw opened 9 years ago

hawkw commented 9 years ago

I've started working on authorisation stuff in a new dev branch. Scentry (the authorisation lib built into Scalatra) shouldn't be too hard to set up, but we need to determine what strategy we want to go with for auth. Will we even need cookies if the app is going to be a single page and we assume the user won't navigate away from it? How will the front-end communicate auth status to the backend? Et cetera.