unit9 / gae-secure-scaffold-python

UNIT9's fork of GAE Secure Scaffold, for use on internal projects
Apache License 2.0
1 stars 0 forks source link

#4 Validators and authorization #9

Closed rglsk closed 8 years ago

rglsk commented 8 years ago

The system is going to have two auth methods. One via google authorization (@unit9.com or email whitelist), this email should have possibility log in via google.

Second method is simple basic auth, which login and password has to be specified from code. It is a pop up when user enter our website.

Features:

rollcat commented 8 years ago

Lots of cosmetic / code quality problems, but on the high level looks good.

Also sorry but I can't merge this, we still haven't closed #3 nor #8; @maciejzasada please act, this is getting ridiculous.

rglsk commented 8 years ago

Ready for review.

rollcat commented 8 years ago

Looks much better! Almost good enough.

rollcat commented 8 years ago

@Rivinek can you please open a new PR against master?