maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Logout users with invalid tokens #519

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

Description

Motivation and Context

Fix #465

Checklist:

Browsers

thebho commented 7 years ago

Why did you refactor all the gists stuff?

solkaz commented 7 years ago

@thebho part of refactoring the CodesplainAppBar, so that most of the logic is abstracted away.

solkaz commented 7 years ago

This "works", but I cannot figure out a way to test this. Merge at your own discretion

thebho commented 7 years ago

Do you mean you don't have a way to write unit tests, or you have never actually seen the code work?

solkaz commented 7 years ago

I don't have a way to write unit tests. I can verify that this works in all browsers, though