You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template is for bug report. If you just want to ask a question, please use [Discussion Q&A](https://github.com/rayluo/identity/discussions/categories/q-a).
11
+
12
+
**Describe the bug**
13
+
A clear and concise description of what the bug is.
14
+
15
+
**To Reproduce**
16
+
Steps to reproduce the behavior:
17
+
1. Go to [this library's homepage](https://github.com/rayluo/identity?tab=readme-ov-file#scenarios-supported), find an official sample that matches the web framework that you are using. Tell us which sample you chose.
18
+
2. Follow the README of the chosen sample to configure it. You should not need to modify any source code, other than creating a `.env` file there with your app's settings.
19
+
3. Run the sample. Tell us what command line you used. For example, `flask run -h localhost`.
20
+
4. Document what extra steps you performed.
21
+
5. See error
22
+
23
+
**Expected behavior**
24
+
A clear and concise description of what you expected to happen.
25
+
26
+
**What you see instead**
27
+
Paste the error message shown in browser and/or in web server's console log. If applicable, add screenshots to help explain your problem.
28
+
29
+
**Dependencies (please complete the following information):**
30
+
- Web Framework: [e.g. Flask/Django/Quart/Others (please specify)]
31
+
- Identity library's version: [Paste the output of `python -c "import identity; print(identity.__version__)"`]
32
+
* If you are not using the latest version of Identity library, would you please try upgrade it to the [latest version](https://github.com/rayluo/identity/releases) and see if the bug is still there?
33
+
- Where did you install Identity library from? [For example, it may be installed by a `pip install identity` which will be [served from PyPI.org](https://pypi.org/project/identity/). In some circumstances you might have installed it from a mirror repo by `pip install https://github.com/SomeAccount/ForkedRepo/archive/refs/heads/0.9.zip`]
0 commit comments