bodik / soft-webauthn

Python software webauthn token
MIT License
46 stars 18 forks source link

How to run and test against my Rp? #3

Closed afridi26 closed 5 years ago

afridi26 commented 5 years ago

Hi, thanks for such a nice start. I am curious and not able to run this project for my RP. Can you please provide a short note on how to run and test it?

bodik commented 5 years ago

hi, thanks for feedback. I'm not sure what exactly are you missing ...

The example code can be found in tests/test_example.py and it is noted in README.md.

I might think that the problem here, is that there's no spec for RP itself so one cannot directly write a generic test/code to test any arbitrary RP out of the box. Is this what's missing in readme ?

bodik commented 5 years ago

I've tried to do my best to rephrase the purpose and usage ...

https://github.com/bodik/soft-webauthn/blob/dev-better_docs/README.md

does it look better ?

bodik commented 5 years ago

released better documentation as new version (because of pypi upload)