bedstuystrong / automation_prime

0 stars 5 forks source link

Integrate authentication into our callback endpoint #50

Open maybejustmaybe opened 3 years ago

maybejustmaybe commented 3 years ago

We only want members to be able to be able to make calls using our callback endpoint. Now that our authentication system is online, we should gate our callback system by only allowing authenticated users to use it.

depends on #48