-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue Jwt #2151
Vue Jwt #2151
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2151 +/- ##
=============================================
- Coverage 100.00% 99.97% -0.03%
- Complexity 2405 2447 +42
=============================================
Files 504 522 +18
Lines 8666 9022 +356
Branches 189 204 +15
=============================================
+ Hits 8666 9020 +354
- Misses 0 2 +2
Continue to review full report at Codecov.
|
With the new module system, it should be easier now |
Yes i can try for sure
Le sam. 23 juil. 2022 à 12:10, Pascal Grimaud ***@***.***> a
écrit :
… With the new module system, it should be easier now
Do you want to give a new try @matthieuRioual
<https://github.com/matthieuRioual> ?
—
Reply to this email directly, view it on GitHub
<#2151 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPLFNFCZB3NKADSWKB2OG3VVPAJHANCNFSM5ZFRIZDQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Let's close this one, as it will be more work to rebase it |
Add authentication progress to vue application through pinia storage.
A login page has been created as a guard route.
Once connected you can access application single page and check your identity or ever log out.
Before adding jwt to vue generated application, make sur you added pinia or it gonna throw an error.
You can test it on this branch with credentials "admin, admin"
fix #897