This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Single Sign On view for Discourse forum | |
| The view returns the required payload and signature for discourse. | |
| These payloads have to be urlencoded by the client and passed as | |
| query parameter to the discourse sso login url. | |
| Signature validation depends on settings.SECRET_KEY. | |
| Add this as the secret key in discourse sso settings. | |
| References: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /************************************* | |
| * Program : Ordered Link List * | |
| * Author : Anindya Sundar Paul * | |
| * Date : 04-06-2013 * | |
| * Started : 03.58 PM * | |
| * Ended : 07.15 PM * | |
| *************************************/ | |
| // All '\n's throughout the program are mainly for nice well-spaced output | |