Skip to content

Use Lucia Auth With your Favorite Backend Framework

Notifications You must be signed in to change notification settings

Dhananjay-JSR/lucia-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Explore How You can integrate Lucia-Auth in your Rust Project.

What is Lucia-Auth?

Lucia-Auth is a simple and easy to use open source auth library that allows you to add authentication to your application in minutes.

Folder Structure

  • auth-frontend: Contains the frontend code for the project.
  • resource_server: Contains the backend code for the project.

How to run

  • Clone the repository.
  • use the .env.example file to create a .env file in the both auth-frontend and resource_server folder.
  • Run the frontend and backend using the following commands:
cd auth-frontend
npm install
npm start
cd resource_server
cargo run

The Frontend will be running on http://localhost:3000 and the backend will be running on http://localhost:5600.

About

Use Lucia Auth With your Favorite Backend Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published