Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loginpass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AIcrowd
loginpass
Commits
264acaac
Unverified
Commit
264acaac
authored
4 years ago
by
Hsiaoming Yang
Browse files
Options
Downloads
Patches
Plain Diff
Add link of demo-oauth-client on readme
parent
682fc39d
No related branches found
Branches containing commit
Tags
v0.5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-0
10 additions, 0 deletions
README.md
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
11 additions
and
0 deletions
README.md
+
10
−
0
View file @
264acaac
...
...
@@ -89,6 +89,16 @@ examples for details.
[
Flask
]:
https://docs.authlib.org/en/latest/client/flask.html
[
Django
]:
https://docs.authlib.org/en/latest/client/django.html
Alternatives
------------
Most of the time, you don't have to use loginpass, you can just register
a remote app with Authlib's framework integrations. Checkout our demo on
OAuth clients for Flask, Django, Starlette and FastAPI:
<https://github.com/authlib/demo-oauth-client>
License
-------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
264acaac
...
...
@@ -43,6 +43,7 @@ setup(
'
Programming Language :: Python :: 3.5
'
,
'
Programming Language :: Python :: 3.6
'
,
'
Programming Language :: Python :: 3.7
'
,
'
Programming Language :: Python :: 3.8
'
,
'
Topic :: Internet :: WWW/HTTP :: Dynamic Content
'
,
'
Topic :: Software Development :: Libraries :: Python Modules
'
,
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment