bugzilla-ember
bugzilla-ember copied to clipboard
Store user credentials in session cookie?
Right now refreshing the page causes the user credentials to be lost since we're currently only keeping them in memory.
It'd probably be better to get a token from the API server instead.