Mark Lavin

Results 57 issues of Mark Lavin

There should be more documentation on the models and how they are intended to be used.

Add guide for contributing to django-ad-code. Such as Git workflow, running tests, building the docs, reporting issues, requesting features, etc.

If the secret key changes then the encrypted data will be lost. There should be a way to rotate the key with minimal work or problems which might cause downtime.

It's a fairly common question about django-social-auth and it wouldn't be difficult to do here. Having a ready made example could help a lot of people.

A `WebApplicationClient` has been added to oauthlib v0.3.0. Example usage can be found in this gist https://gist.github.com/3078882 The OAuth 2.0 client should be updated to use these much like the...

enhancement

Unittest coverage is pretty awesome right now but it would probably be a good idea to have some functional tests to run along side them. http://term.ie/oauth/example/ is an available test/echo...

enhancement

The default project README should layout more sections such as installation, configuration, documentation.

App authors might want an initial `.coveragerc` and some info on getting the app coverage.

Currently the JS uses the `screen.width` which assumes that the user is browsing at full screen. Really this needs to capture the current window width since that's what the media...

QUnit or the like.