MyFinances icon indicating copy to clipboard operation
MyFinances copied to clipboard

Identity Integration

Open TreyWW opened this issue 1 year ago • 0 comments

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 avatar Dec 02 '24 21:12 TreyWW