You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: