Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
kaiinkinen
/
securesocial
Public
forked from
jaliss/securesocial
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 19, 2012
Ignore the lib directory
Kai Inkinen
committed
7eab579
View commit details
Copy full SHA for 7eab579
Browse repository at this point
Fixed the setup of the password hasher to correctly happen during the application startup, rather than as a static setup block
Kai Inkinen
committed
c70908b
View commit details
Copy full SHA for c70908b
Browse repository at this point
Changed all callers to use the new configurable password hasher
Kai Inkinen
committed
1cbbc16
View commit details
Copy full SHA for 1cbbc16
Browse repository at this point
Parse the password hasher from an application property, and use the default hasher if none is available
Kai Inkinen
committed
85923ac
View commit details
Copy full SHA for 85923ac
Browse repository at this point
Added configurable hasher classes, to allow configuring the password hashing for the UsernamePasswordProvider
Kai Inkinen
committed
4ee7dae
View commit details
Copy full SHA for 4ee7dae
Browse repository at this point
Commits on Feb 8, 2012
updated version to 0.2.4
jaliss
committed
e63ca2c
View commit details
Copy full SHA for e63ca2c
Browse repository at this point
Fixes #30
jaliss
committed
64ea7cc
View commit details
Copy full SHA for 64ea7cc
Browse repository at this point
Commits on Jan 24, 2012
fixed wrong version in dependencies.yml
jaliss
committed
5bcf1b6
View commit details
Copy full SHA for 5bcf1b6
Browse repository at this point
Commits on Jan 23, 2012
Merge branch 'master' of github.com:jaliss/securesocial
jaliss
committed
f57313f
View commit details
Copy full SHA for f57313f
Browse repository at this point
- Fixes #22: CSS typo in main.html
Show description for 7030d21
jaliss
committed
7030d21
View commit details
Copy full SHA for 7030d21
Browse repository at this point
Commits on Jan 19, 2012
Merge pull request #10 from aevonenle/master
Show description for 347edac
jaliss
committed
347edac
View commit details
Copy full SHA for 347edac
Browse repository at this point
Commits on Jan 4, 2012
Merge pull request #16 from francisdb/master
Show description for fa4972d
jaliss
committed
fa4972d
View commit details
Copy full SHA for fa4972d
Browse repository at this point
Commits on Dec 29, 2011
Fix routes, module was not usable without catch all route enabled
francisdb
committed
2114962
View commit details
Copy full SHA for 2114962
Browse repository at this point
Commits on Dec 28, 2011
migrate from Bootstrap Job to play plugin, fixing gae deployment
francisdb
committed
13b2478
View commit details
Copy full SHA for 13b2478
Browse repository at this point
Commits on Dec 5, 2011
Merge pull request #9 from ealden/github-support
Show description for 254748f
jaliss
committed
254748f
View commit details
Copy full SHA for 254748f
Browse repository at this point
Commits on Dec 2, 2011
I think i find a little bug in account creation. When i click on Cancel button, it seems to submit the form instead of coming back to the login page.
Show description for a61e70e
aevonenle
committed
a61e70e
View commit details
Copy full SHA for a61e70e
Browse repository at this point
Commits on Dec 1, 2011
Validate email property if present in the response to avoid an NPE
Show description for 8163d60
ealden
committed
8163d60
View commit details
Copy full SHA for 8163d60
Browse repository at this point
Validate if name property is present in the response to avoid an NPE
Show description for 27f38dc
ealden
committed
27f38dc
View commit details
Copy full SHA for 27f38dc
Browse repository at this point
Validate if avatar_url property is present in the response to avoid an NPE
Show description for 536203c
ealden
committed
536203c
View commit details
Copy full SHA for 536203c
Browse repository at this point
Commits on Nov 30, 2011
Option to validate authenticated user if part of an organization
Show description for d726175
Ealden Esto E. Escanan
authored and
ealden
committed
d726175
View commit details
Copy full SHA for d726175
Browse repository at this point
Handle errors from GitHub
Show description for c6a8b66
Ealden Esto E. Escanan
authored and
ealden
committed
c6a8b66
View commit details
Copy full SHA for c6a8b66
Browse repository at this point
GitHub Provider
Show description for 8f8e884
Ealden Esto E. Escanan
authored and
ealden
committed
8f8e884
View commit details
Copy full SHA for 8f8e884
Browse repository at this point
Commits on Nov 27, 2011
updated dependency on sample apps
jaliss
committed
4023b8c
View commit details
Copy full SHA for 4023b8c
Browse repository at this point
minor release that fixes the LinkedIn provider
jaliss
committed
3f707f8
View commit details
Copy full SHA for 3f707f8
Browse repository at this point
Merge pull request #6 from erosas/master
Show description for b4764d5
jaliss
committed
b4764d5
View commit details
Copy full SHA for b4764d5
Browse repository at this point
added missing import
Erick Rosas
committed
c5fbc8f
View commit details
Copy full SHA for c5fbc8f
Browse repository at this point
Commits on Nov 25, 2011
minor release that fixes a NPE in the LinkedIn provider
jaliss
committed
3b25afe
View commit details
Copy full SHA for 3b25afe
Browse repository at this point
Commits on Nov 24, 2011
Merge pull request #5 from sussegaduss/master
Show description for ad54bf8
jaliss
committed
ad54bf8
View commit details
Copy full SHA for ad54bf8
Browse repository at this point
changed module version
jaliss
committed
2eff18c
View commit details
Copy full SHA for 2eff18c
Browse repository at this point
added deadbolt integration and sample app
jaliss
committed
a226f1e
View commit details
Copy full SHA for a226f1e
Browse repository at this point
Correcting bug where if user does not have an avatar image on Linkedin, a NullPointerException is thrown
sussegaduss
committed
da1e9f8
View commit details
Copy full SHA for da1e9f8
Browse repository at this point
Commits on Nov 21, 2011
fixed broken dependencies.yml file
jaliss
committed
66c799d
View commit details
Copy full SHA for 66c799d
Browse repository at this point
removed local repository reference
jaliss
committed
4dcc6f9
View commit details
Copy full SHA for 4dcc6f9
Browse repository at this point
Commits on Nov 17, 2011
unsecured controllers can access the current user
jaliss
committed
99c9d70
View commit details
Copy full SHA for 99c9d70
Browse repository at this point
Commits on Nov 16, 2011
removed commands.pyc file
jaliss
committed
d09f0dd
View commit details
Copy full SHA for d09f0dd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.