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

Identity Integration #537

Open
TreyWW opened this issue Dec 2, 2024 · 0 comments · May be fixed by #543
Open

Identity Integration #537

TreyWW opened this issue Dec 2, 2024 · 0 comments · May be fixed by #543
Assignees

Comments

@TreyWW
Copy link
Owner

TreyWW commented Dec 2, 2024

I've started working on Strelix/Identity a way to identify users across projects in a central place.

It'll work by instead of storing user data on this database, it'll store it on the central identity database. Then when a user authenticates it goes:

user enters credentials --> myfinances backend processes --> sends api request to identity endpoint --> verifies users credentials and returns response

It'll be a bit longer latency, so it'll be cached where possible. And will also be optional to allow for easier development still.

This will help in the future if I separate our future products out so developers dont need to run every product in order to see certain parts but at the same time allow the production version to link them all together easily via the APIs.

Any suggestions or helpers welcome :)

@TreyWW TreyWW self-assigned this Dec 2, 2024
@TreyWW TreyWW linked a pull request Dec 15, 2024 that will close this issue
13 tasks
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 a pull request may close this issue.

1 participant