diadia

興味があることをやってみる。自分のメモを残しておきます。

2019-12-17から1日間の記事一覧

django FB, Googleアカウントでユーザー認証を実現する

ユーザー認証を実現するには、いくつかのライブラリがありそれを利用すれば良い事がわかった。 social-auth-app-django django-allauth https://simpleisbetterthancomplex.com/tutorial/2016/10/24/how-to-add-social-login-to-django.html https://scotch.…

https化してみる

django-allauthを使っても実際に運用するとhttpのためにログインページを表示する事ができないことがあった。そのためhttps化させる必要があるとわかった。 参考:https://certbot.open-code.club/ https://narito.ninja/blog/detail/19/ 大雑把な手順 certbo…