-
Notifications
You must be signed in to change notification settings - Fork 0
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
Authentication system #50
Merged
Merged
Conversation
This file contains 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
🔴 api/firebaseconfig.json 🟢 api/ssl 🛠️ api/server.js -> Added HTTPS support, updated environment variable handling
Signed-off-by: G9 Aerospace <[email protected]>
🛠️ header.tsx -> Updated header component with new links and logo
🛠️ global.css -> Updated dark background color
🛠️ socials.tsx -> Updated links with title attributes 🛠️ global.css -> Added text-size-adjust property 🛠️ styles.css -> Removed unused CSS class
…" and removed "dev" flag from various dependencies. 🛠️ qwik/package.json -> Added "@qwikest/icons" as a new dependency. 🛠️ qwik/src/components/secondary footer/secondary-footer.module.css -> Updated styles for ".secondaryFooter" and ".column" classes. 🛠️ qwik/src/components/secondary footer/secondary-footer.tsx -> Added new icons from "@qwikest/icons" and updated link components. 🛠️ qwik/src/components/socials/socials.module.css -> Updated styles for ".icon" and ".icon:hover" classes. 🛠️ qwik/src/components/socials/socials.tsx -> Replaced old icons with new icons from "@qwikest/icons" and updated link components.
🛠️ index.tsx -> added login form with validation and submission logic 🟢 login.module.css for new files 🟢 index.tsx for new files 🛠️ index.tsx -> added signup form with validation and submission logic 🟢 signup.module.css for new files 🔴 login.css
🟢 index.tsx 🛠️ index.tsx -> Added LuLogIn icon 🟢 index.tsx 🛠️ index.tsx -> Added LuContact icon 🛠️ index.tsx -> Added line break 🛠️ index.tsx -> Added line break
…title, set og:image, added Open Graph meta tags, added theme-color meta tag. 🛠️ index.tsx -> Updated title to empty string, updated meta description to "Kerbal Space Program Community". 🛠️ login/index.tsx -> Updated title to "Login", updated meta description to "LogIn to your account". 🛠️ signup/index.tsx -> Updated title to "SignUp", updated meta description to "Signup for an account". 🛠️ users/index.tsx -> Updated title to "Users", updated meta description to "This is a test page".
Rate limit fix
UI redone. Partly
Fixed query issue / URL format.
build(deps): update feedback.js, package-lock.json and package.json
Major Updates
Just some minor feature upgrades to auth
Doesn't seem to fit well, as Qwik and API is running on a different place |
What I'm thinking, is just go over with an actual database |
wdym? |
We are working on this, itll be fixed. |
Cookie and better auth
🛠️ footer.tsx -> Removed container div, adjusted footer structure
🛠️ footer.tsx -> Added version from package.json and displayed it in the footer.
🛠️ header.tsx -> Updated icons for home, create, and settings links
Cookie and better auth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Features an authentication system in firebase