tobydragon / PAR

PAR: the Practice Assessment and Review system
MIT License
5 stars 2 forks source link

Implement login system on simple repository #234

Open kerryannebuckman opened 4 years ago

kerryannebuckman commented 4 years ago

Done when:

kerryannebuckman commented 4 years ago

Can't figure out the application.yml configuration.

tobydragon commented 4 years ago

I got this working, I think the problem might be that they were missing the top level directive on the .yml file, it needs to start with spring: but in their example it starts with security:. However, if you check their github URL from the top, you can just check out their code, it works, and I found the difference by comparing.

I made [my own version and committed it to github] (https://github.com/tobydragon/SpringSocialLoginTest), you can clone this and work from it if you want. Just let me know and I'll add you as a collaborator so you can push.

The only complication is that you shouldn't push your ids and secrets in the application.yml, so you should revert make sure that one file is changed back to generic info before pushing. We can talk more about a workflow for that file when we meet.

kerryannebuckman commented 4 years ago