jessevdk / bugzini

Light weight bugzilla frontend
12 stars 3 forks source link

Save username and password between bugzini invocations #11

Closed thiblahute closed 9 years ago

thiblahute commented 10 years ago

When restarting bugzini it would be great if we do not have to re type uname and psswd.

erick2red commented 10 years ago

I guess this can be kept on the indexedDB on the browser just as with the starred products

jessevdk commented 10 years ago

I think we should try to keep the RPC auth cookie around, and not try to store credentials in a db.

jessevdk commented 9 years ago

I fixed this by persisting cookies between runs.