stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Add auth to the router contracts #68

Closed sisuresh closed 2 years ago

sisuresh commented 2 years ago

Some of the methods in the liquidity pool router and single offer router contracts are missing authorization. The methods are sf_deposit, sf_withdraw, and safe_trade. This should be done using the cryptography module in the authorization example contract.

sisuresh commented 2 years ago

Closed by #83