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

Added Svault #434

Merged
merged 5 commits into from
Dec 16, 2023
Merged

Added Svault #434

merged 5 commits into from
Dec 16, 2023

Conversation

claudiojulioferraz
Copy link
Contributor

@claudiojulioferraz claudiojulioferraz commented Aug 9, 2023

Added Svault authentication library.

Svault is an open-source developer library that simplifies the authentication process in SvelteKit projects.

Svault is flexible and lightweight, and allows the developer to decide which authentication types they would like to deploy in their application.

With native username/password authentication, implementing registration and login functionality have never been easier. Cookies and sessions are automatically created and deleted upon logout or expiration.

Svault also supports OAuth with a number of providers. Currently, it offers easy setup with Google, Github, and Discord, with more providers to come.

Currently, Svault’s database adapter connects to the developer’s PostgreSQL database, with additional database functionality in the works.

@netlify
Copy link

netlify bot commented Aug 9, 2023

Deploy Preview for sveltesociety-preview ready!

Name Link
🔨 Latest commit 8351f5b
🔍 Latest deploy log https://app.netlify.com/sites/sveltesociety-preview/deploys/657d41b56da8fd0008cf148f
😎 Deploy Preview https://deploy-preview-434--sveltesociety-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@claudiojulioferraz claudiojulioferraz changed the title Update components.json Added Svault Aug 11, 2023
@MacFJA MacFJA added the need rebase The PR need to be rebased label Sep 30, 2023
@lachlancollins lachlancollins merged commit 0b41283 into svelte-society:main Dec 16, 2023
5 checks passed
@lachlancollins lachlancollins removed the need rebase The PR need to be rebased label Dec 16, 2023
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.

3 participants