PyJaipur / SoA

Website for summer of algorithms
https://soa.pyjaipur.org/
9 stars 10 forks source link

how /tracks is working #28

Closed shivankgtm closed 4 years ago

shivankgtm commented 4 years ago

https://github.com/PyJaipur/SoA/blob/master/soa/server.py in /tracks I can't see where the validation for login is made?

theSage21 commented 4 years ago

The server has the login required plugin installed.

All routes have login required unless explicitly skipped like in the otp url.

On Wed 29 Apr, 2020, 17:12 Shivank Gautam, notifications@github.com wrote:

https://github.com/PyJaipur/SoA/blob/master/soa/server.py http://server in /tracks I can't see where the validation for login is made?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PyJaipur/SoA/issues/28, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2WHUPNPOFKULAICRJ4DCTRPAHBZANCNFSM4MTUVK4A .

shivankgtm commented 4 years ago

Ohh I see.