stormpath / stormpath-django

Django plugin for Stormpath
Apache License 2.0
38 stars 19 forks source link

Make Accessing Stormpath Account Object Simpler #69

Open rdegges opened 8 years ago

rdegges commented 8 years ago

We should have a way to, given a Django User object, retrieve the corresponding Stormpath Account object. This way, we can do more advanced Stormpath things if we need to.

jheld commented 8 years ago

Can you provide some examples of advanced things and what the code to retrieve the object might look like?