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

[TM-1271] Login endpoint #2

Merged
merged 18 commits into from
Sep 18, 2024
Merged

[TM-1271] Login endpoint #2

merged 18 commits into from
Sep 18, 2024

Conversation

roguenet
Copy link
Collaborator

@roguenet roguenet commented Sep 16, 2024

https://gfw.atlassian.net/browse/TM-1271

This set of changes sets up:

  • Auth service within user-service, with a Login endpoint that can check password hashes and return a JWT token that is tested to work with Laravel
  • Database lib with the beginnings of the DB integration. Only the User model has been created so far, and it contains no logic; just the schema and the Active Record model integration
  • Generation of Swagger docs for the endpoints defined in the service. View them at /api
  • Linting and unit testing on Github Actions.

Note: I believe the github actions are failing because I haven't been able to set this project up in NX Cloud because the main branch doesn't have the project yet. Once that's merged, I'll try again. The CI lint / test / build command passes locally.

@roguenet roguenet force-pushed the feat/TM-1271-login-endpoint branch from ab66d95 to 1897dab Compare September 16, 2024 23:09
@roguenet roguenet force-pushed the feat/TM-1271-login-endpoint branch from 1897dab to cc9290b Compare September 16, 2024 23:16
@roguenet roguenet force-pushed the feat/TM-1271-login-endpoint branch from 9441138 to 8eb257d Compare September 16, 2024 23:20
Base automatically changed from feat/TM-1270-scaffolding to main September 17, 2024 15:31
Copy link

nx-cloud bot commented Sep 18, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit ee3982d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@roguenet roguenet force-pushed the feat/TM-1271-login-endpoint branch from 36a9c65 to ee3982d Compare September 18, 2024 19:28
@roguenet roguenet merged commit 1ab84c5 into main Sep 18, 2024
2 checks passed
@roguenet roguenet deleted the feat/TM-1271-login-endpoint branch September 18, 2024 19:29
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.

2 participants