mozilla / PyFxA

Python library for interacting with the Firefox Accounts ecosystem
Other
31 stars 20 forks source link

add a helper method for generating an identity assertion #7

Closed rfk closed 9 years ago

rfk commented 9 years ago

This should be a method on the core.Client class, like make_assertion or similar. It can call PyBrowserID for all the hard work, we just need to do a bit of certificate management on the class.