-
Updated
Jul 5, 2020 - HTML
authentication
Here are 131 public repositories matching this topic...
-
Updated
May 7, 2020 - HTML
-
Updated
Mar 12, 2020 - HTML
-
Updated
Feb 26, 2020 - HTML
-
Updated
Feb 13, 2020 - HTML
Do you plan to add other authentication mechnanism to your component ?
(like securesocial for example : http://www.securesocial.ws/guide/getting-started.html)
On page http://localhost:8000/billing/djaoapp/coupons/
Currently the default sort order is -created_at which is useless.
The default sort should be by expires_at (coupons with no expiration dates listed first) and alphabetically second when the expiration date for two coupons are the same.
To test, run the following command to create coupons:
python manage.py load_test_transactions
T
-
Updated
Jun 27, 2020 - HTML
-
Updated
Oct 3, 2017 - HTML
-
Updated
Apr 6, 2020 - HTML
-
Updated
Aug 3, 2017 - HTML
-
Updated
Nov 18, 2019 - HTML
-
Updated
Jun 10, 2020 - HTML
-
Updated
Sep 26, 2019 - HTML
-
Updated
Mar 6, 2020 - HTML
-
Updated
Nov 28, 2017 - HTML
-
Updated
Feb 8, 2018 - HTML
-
Updated
May 14, 2019 - HTML
-
Updated
Mar 27, 2017 - HTML
-
Updated
Aug 18, 2017 - HTML
-
Updated
Mar 9, 2018 - HTML
-
Updated
Feb 21, 2020 - HTML
-
Updated
Jul 5, 2017 - HTML
-
Updated
Jun 16, 2020 - HTML
-
Updated
May 11, 2020 - HTML
-
Updated
Jul 14, 2017 - HTML
-
Updated
Jul 1, 2020 - HTML
-
Updated
Mar 28, 2017 - HTML
Improve this page
Add a description, image, and links to the authentication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the authentication topic, visit your repo's landing page and select "manage topics."
We should add a message and/or fire an event when cookies are not enabled. We would still have some issues for when they are enabled for some domains and not others.
Related