Skip to content

@navigraph/[email protected]

Choose a tag to compare

@navigraph-bot navigraph-bot released this 04 Apr 11:06
· 245 commits to main since this release
b5860ab

Minor Changes

  • #51 268420c Thanks @SkySails! - Added locking behavior for SDK initialization process. This should prevent multiple instances of the SDK from initializing at the same time in a context where the tokens are shared, such as within an MSFS project with multiple entrypoints.

  • #52 8e43986 Thanks @SkySails! - Added a verify parameter to the getUser function that optionally forces a re-verification of the user's credentials. Can be useful when syncing multiple instances of the SDK running in different contexts with shared credentials.