This is an API service for line-notify (https://notify-bot.line.me/zh_TW)
- Go:
- Use Go routine to push notifications synchronous.
- Use JWT for admin authentication.
- Sqlite
- Use file base DB to store client tokens.
As a client (message receiver), the only step is using line OAuth to registry access token.
The Path is {host}/oauth/line
There are multiple APIs for administrators such as login, update password, list/delete tokens, push notify.