Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raghavsood/tgappex
A simple library to parse and validate telegram mini app initData
https://github.com/raghavsood/tgappex
Last synced: about 16 hours ago
JSON representation
A simple library to parse and validate telegram mini app initData
- Host: GitHub
- URL: https://github.com/raghavsood/tgappex
- Owner: RaghavSood
- License: mit
- Created: 2024-06-28T13:58:45.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T14:08:03.000Z (4 months ago)
- Last Synced: 2024-10-29T08:30:58.803Z (9 days ago)
- Language: Elixir
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TgAppEx
A quick and easy way to validate and parse the mini app init data, given the URI encoded payload and the bot token.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tgappex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:tgappex, "~> 1.0.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .