Skip to content

kkdai/line-login-pkce-go

Repository files navigation

LINE loing in Go using PKCE: Sample code for LINE login with PKCE in Go

GoDocgoreportcard.com Go

Refer LINE Developer Document "Integrating LINE Login with your web app" for more detail.

This sample code implement how to integrate LINE login to your website in Go. You can use this sample code to integrate LINE login in your web application. Also this also provide link a chatbot service when user use LINE login. Refer "Linking a bot with your LINE Login channel".

Deploy on Heroku

Deploy

Before deploy this to your Heroku, you will need complete as follows:

  • Create a LINE login channel. Remember it's channel ID and channel secret.
  • Crete a LINE Message API channel. Remember it's channel secret and token.
  • Link the chatbot to the LINE login channel

License

MIT License