Testaustime / testaustime-frontend

Frontend for the time tracking system Testaustime
https://testaustime.fi
MIT License
17 stars 11 forks source link

Route for logging into IDE extensions using custom URL scheme #464

Closed ahnl closed 6 months ago

ahnl commented 8 months ago

In case user is logged out it redirects the user to log in and back to the authorize route.

Screenshot 2024-01-03 at 22 47 01

See also: PR for testaustime-vscode https://github.com/Testaustime/testaustime-vscode/pull/11

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
testaustime ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2024 11:22pm
testaustime-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2024 11:22pm
ahnl commented 6 months ago

The requested changes have now been made.

Regarding the order of which repository to merge first, I think this should come first. The function does not show up in the web version unless you manually decide to go to the /authorize?editor=vscode path. Whereas if the editor came first, then the well featured function would not work at all.

Eldemarkki commented 6 months ago

Thanks for your contribution!