Skip to content

Implement server code - #7

Merged
frixaco merged 15 commits into
mainfrom
feature/server
Aug 30, 2022
Merged

Implement server code#7
frixaco merged 15 commits into
mainfrom
feature/server

Conversation

@frixaco

Copy link
Copy Markdown
Owner

Parially closes#3

@frixacofrixaco added server Backend auth Authorization and authentication labels Jul 14, 2022
@frixacofrixaco added this to the 1.0.0 milestone Jul 14, 2022
@frixacofrixaco self-assigned this Jul 14, 2022
@frixaco
frixaco marked this pull request as ready for review July 14, 2022 16:53
* Fix format command for lint-staged
* Fix extension build path
* Fix issue where ext can't access files in other dirs
* Update tsconfig for UI
* Fix Vite config for UI
@frixaco
frixacoforce-pushed the feature/server branch 2 times, most recently from 7f202a3 to be486d2CompareAugust 7, 2022 18:00
@gitguardian

gitguardianBot commented Aug 30, 2022

Copy link
Copy Markdown

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

* Extract user auth check into decorator
* Remove refresh token update in decorator
* Add refresh token route
* Cleanup other routes request params, headers, etc.
* Add VSCode commands to persist auth data
* Check auth status in UI on mount
* Store tokens in UI
PLS HALP!!
@frixaco
frixaco merged commit 558d375 into mainAug 30, 2022
@frixaco
frixaco deleted the feature/server branch August 30, 2022 13:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

authAuthorization and authenticationserverBackend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement server code

1 participant

@frixaco