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

feat(backend): initial setup and auth routes #8

Merged
merged 74 commits into from
Sep 30, 2023

Conversation

j-chad
Copy link
Owner

@j-chad j-chad commented Sep 30, 2023

Description

Adds an axum powered backend with swagger + authentication using PASETO tokens

Related Issue

Closes #4, #3, #2 and #1

Proposed Changes

  • Adds a rust backend using:
    • diesel for database
    • axum for web server
    • utoipa for documentation

Testing Done

Tested in the swagger ui

Checklist

  • I have tested my changes locally and they work as expected.
  • I have documented any new or modified functionality in the project documentation.
  • I have added appropriate comments to the code, especially in complex or non-obvious sections.

This was linked to issues Sep 30, 2023
@j-chad j-chad added this to the Authentication milestone Sep 30, 2023
@j-chad j-chad added documentation Improvements or additions to documentation backend feature dependencies Pull requests that update a dependency file labels Sep 30, 2023
@j-chad j-chad assigned j-chad and unassigned j-chad Sep 30, 2023
@j-chad j-chad merged commit be5d5b7 into main Sep 30, 2023
1 check passed
@j-chad j-chad deleted the 1-crud-methods-for-user-resource-1 branch September 30, 2023 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a logger setup swagger docs login/logout endpoints CR methods for User resource
1 participant