HackFSU / hackfsu-2018

HackFSU Website & Api
https://hackfsu.com
5 stars 14 forks source link

Test Session Compatibility with API #30

Closed andrewsosa closed 6 years ago

andrewsosa commented 6 years ago

See if we can log in via express app and pass the resulting session back to user client for storage.

andrewsosa commented 6 years ago

This is related to #51, which moved to the January milestone.

andrewsosa commented 6 years ago

This was handled in e05f1a82b9b8a7ebd1f3cd6555b002ee3eee0b5d, using request piping and client-side only cookies.

Which, notedly, is technically not the most secure, but it works and is hassle free.