-
Notifications
You must be signed in to change notification settings - Fork 85
feat(jans-tent): add Jans Tent product #3647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test Auth Client fork from: https://github.com/christian-hawk/auth-tdd-client Signed-off-by: christian <[email protected]>
84cb446
to
fd92dd2
Compare
does not fit jans monorepo Signed-off-by: christian <[email protected]>
@@ -0,0 +1,2 @@ | |||
#.flaskenv | |||
FLASK_APP=clientapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean to commit this file ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's to be used with flask
or python -m flask
command, when stable "production" is needed.
demos/jans-tent/cert.pem
Outdated
@@ -0,0 +1,32 @@ | |||
-----BEGIN CERTIFICATE----- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a self-signed cert used for testing in flask server here:
Line 27 in f52d561
app.run(host='0.0.0.0', ssl_context=('cert.pem', 'key.pem'), port=9090) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed and added instructions to doc
Update readme
used by flask server, should be generated by CLI or runtime
how to generate key and cert pem used by flask server (RP) Signed-off-by: christian <[email protected]>
`error.py` was unused Signed-off-by: christian <[email protected]>
Prepare
Description
Add Jans Tent, forked from Test-Auth-Client.