
Being in a different time zone it would be difficult for me, but I can get my hand around a sprint week. :)
I would love to that we just get rid of the auth api endpoints that we have now.
They are hard to use if at all and developers today would just expect a JWT token back that they can use for any subsequent calls.
I can base it on the work already done and the first try would be a rather basic think where you can get JWT token back on the login endpoint and use that for the
other endpoints using a JWTread etc fixture.
I would probably in another week add a "sessiontoken" endpoint where you can auth and instead of getting an "login" token back, you can get a token back that you can
exchange for a login token and a local session.
But I dont know how session manages in py4web works yet and where we save sessions, so I would need to figure this out.
If I have your blessing I can get started on it this week.
On grid maybe you can have a look?
I am happy to help, but you are the grid master :).
I was thinking we use a separate form.py for the grid that may be more attune to grid needs.
Maybe I can help with testing on the grid and form matters and do a review/suggestions.