Mad Price Ball

Results 23 comments of Mad Price Ball

Did some back-and-forth with @gedankenstuecke in Slack. We concluded that the side-panel on "own profile" is more confusing – we looked at how Twitter manages this. Let's leave the other...

probably using the generators from django-oauth-toolkit, e.g. ``` from oauth2_provider.generators import ClientIdGenerator, ClientSecretGenerator cig = ClientIdGenerator() csg = ClientSecretGenerator() return (cig.hash(), csg.hash()) ```

On this repo, I think! https://github.com/OpenHumans/oh-ubiome-source