-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add auth #67
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
Merged
Merged
feat: Add auth #67
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
18cba93
Add background image
0a30624
Update the translations
8dd9c67
Update header
2a4ac85
Add auth logic
9f66223
Add localhost to extra url
467cf47
Wrap the app in auth provider
9165501
Add auth logic #2
3a61ab2
Add register
afccaf4
Add login
de2a4a0
Add auth logic #3
1040be0
Update home
270ab57
Add more paths
534cf22
Update package
773021f
Fix 401 issue
f383d1b
Implement the logout button
eb9fe7f
Removed unused useState
3c52683
Address the apiUrl issue
f6db3af
Decouple auth context
d1a02db
Update the imports
446cc84
Wrap in try-catch
e5e3f82
Establish base64 decoding
333b0e1
Remove axios override
e05a655
Fixed android issue
7ec1759
Fix network issue
b83efa3
Fix validation messages
dbc2d0a
Clean the navigation
76b34e9
Expand the token validation
45bf4f3
Remove debug logs
4188864
Merge main and resolve conflicts
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,9 @@ | |
| }, | ||
| "web": { | ||
| "favicon": "./assets/favicon.png" | ||
| }, | ||
| "extra": { | ||
| "apiUrl": "http://localhost:8080/" | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.