Skip to content
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

Feature/portfolio #6

Open
wants to merge 90 commits into
base: main
Choose a base branch
from
Open

Conversation

khaosans
Copy link
Member

@khaosans khaosans commented Oct 9, 2024

No description provided.

This commit adds the following new files and configurations:
- AuthorizedLayout.tsx
- supabaseClient.ts
- withAuth.tsx
- session.ts

These files provide functionality related to authentication and session management. The `AuthorizedLayout` component is responsible for rendering the authorized layout of the application. The `supabaseClient` module is used to interact with the Supabase client for authentication and session management. The `withAuth` higher-order component is used to wrap other components and enforce authentication. The `session` module provides functions for retrieving the current user session and logging in.

These changes are necessary to implement the authentication and session management features in the application.
…methods instead of @babel/plugin-proposal-private-methods
@khaosans khaosans closed this Oct 9, 2024
@khaosans khaosans reopened this Oct 9, 2024
@khaosans khaosans marked this pull request as ready for review October 9, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant