https://github.com/tiberiuichim/pyramid_jwt_fb_example
A minimal tech demo for Facebook login + Pyramid JWT
https://github.com/tiberiuichim/pyramid_jwt_fb_example
facebook facebook-login jwt pyramid pyramid-framework python
Last synced: 19 days ago
JSON representation
A minimal tech demo for Facebook login + Pyramid JWT
- Host: GitHub
- URL: https://github.com/tiberiuichim/pyramid_jwt_fb_example
- Owner: tiberiuichim
- Created: 2017-02-25T07:51:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T18:24:53.000Z (over 9 years ago)
- Last Synced: 2025-10-11T07:34:09.552Z (9 months ago)
- Topics: facebook, facebook-login, jwt, pyramid, pyramid-framework, python
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
# Facebook + Pyramid JWT minimal demo
This is a minimal tech demo showing how to exchange a Facebook user access
token (generated from a Facebook login) for a JWT token that can be used to
authenticate against Pyramid apps.
Getting Started
---------------
- Run ./install.sh
You need to have virtualenv installed on your system. If you don't have it,
look at the ``make_virtualenv.sh`` script in this folder, then adjust
install.sh
Register your Facebook app
---------------------------
You need to register for a new Facebook app, at https://developer.facebook.com
Enter your appid in the development.ini file.