MyriadFlow / airex-gateway

Gateway for the AIREX Launchpad
MIT License
0 stars 0 forks source link

Add authentication to APIs #1

Open Shachindra opened 2 years ago

Shachindra commented 2 years ago

Integrate

  1. Auth using Solana Wallet - Cryptographic Signatures
  2. PASETO for Session Management
  3. Validate Database Model
thisisommore commented 2 years ago

Trying to understand this https://github.com/MyriadFlow/airex-gateway/blob/dd681e2fab900f51f38cd78106b454555d4b342e/domain/collection.go#L9-L19 the collection itself is wrapped in user methods and also has user id, but I think collection can be many for any user and I don't find any logic for it

thisisommore commented 2 years ago