@base-sdk/auth-first-party
v0.1.0-1
Published
> This is a package for authenticating base and bridged services itself. if you are looking for package implementing your own auth on your own service, please refer [@base-sdk/auth](../auth)
Downloads
7
Readme
BASE SDK auth-first-party
This is a package for authenticating base and bridged services itself. if you are looking for package implementing your own auth on your own service, please refer @base-sdk/auth
Installation
You will not have to install this package manually. this package is only used for bridged first party products.
yarn add --dev @base-sdk/auth-first-party
Usage (Exceptional)
The usage of this package is exceptional. all other package have it's corresponding backend service, but not this. This package is used for authenticating bridged first party applications, which is all oepnsource. only the interface and process are presend here, actual authentication service is closed and managed securely.
From below, the usage guide is only for bridged security developers, not for general bridged users.
- usage docs - wip
What is BASE?
Base is an opensource firebase alternative for building enterprise level applications. the backend runs on lambda as MSA, and you can self-host it if you want. the backend is available at bridgedxyz/base