All Projects → soulfly → firebase-id-tokens-verifier

soulfly / firebase-id-tokens-verifier

Licence: MIT license
Code snippet to show how to verify Firebase ID tokens using Ruby

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to firebase-id-tokens-verifier

firebase id token
A Ruby gem to verify the signature of Firebase ID Tokens.
Stars: ✭ 138 (+331.25%)
Mutual labels:  token, firebase-auth
verify-apple-id-token
Verify the Apple id token on the server side.
Stars: ✭ 49 (+53.13%)
Mutual labels:  id, token
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (+159.38%)
Mutual labels:  token
cyberevents
The protocol for EVENTs and TICKETs
Stars: ✭ 16 (-50%)
Mutual labels:  token
tokenbridge
A bidirectional Ethereum / RSK Token Bridge implementation.
Stars: ✭ 85 (+165.63%)
Mutual labels:  token
cognito-jwt-verifier
Verify ID and access JWT tokens from AWS Cognito in your node/Lambda backend with minimal dependencies.
Stars: ✭ 25 (-21.87%)
Mutual labels:  token
Gmail-Clone
A Gmail Clone which built with ReactJS and Redux. You can sign in with your Google Account, compose a new e-mail and send realtime emails to the project.
Stars: ✭ 48 (+50%)
Mutual labels:  firebase-auth
shortid
Super short, fully unique, non-sequential and URL-friendly Ids
Stars: ✭ 20 (-37.5%)
Mutual labels:  id
erc721
The reference implementation of the ERC-721 non-fungible token standard.
Stars: ✭ 989 (+2990.63%)
Mutual labels:  token
Nit Talk
Group Messaging Chat (Discord Clone 👀) App Using Firebase Cloud-Firestore following MVVM Architecture
Stars: ✭ 27 (-15.62%)
Mutual labels:  firebase-auth
wx relay server
微信公众号第三方平台中继服务器,用于刷新公众号平台自身的token和托管的公众号token, 使开发者只关注微信公众号第三方平台的业务逻辑,同时业务实例可以反复重启,不会对已托管的公众号造成任何影响
Stars: ✭ 41 (+28.13%)
Mutual labels:  token
token-authentication-django
This is django app used to explain the tutorial present on https://medium.com/@shubhambansal_89125/token-based-authentication-for-django-rest-framework-44586a9a56fb
Stars: ✭ 27 (-15.62%)
Mutual labels:  token
amrita-resource
An android App which contains some PDFs of classes notes of particular department of particular subject 🎓
Stars: ✭ 20 (-37.5%)
Mutual labels:  firebase-auth
vue-token
Simple token storage/ authorization in vuejs.
Stars: ✭ 13 (-59.37%)
Mutual labels:  token
BooksApp
Book selling application with MVVM (Model, View, ViewModel), LiveData, DataBinding, Retrofit, Room Database, Navigation Component(NavGraph, BottomNav), ViewPager2 in TabLayout, SearchView, Vertical Adapter(BestSellers) and Horizontal Adapter(All Books) with ConcatAdapter for Main Screen, Firebase Auth, SearchView in Adapter, Picasso, Lottie, Ani…
Stars: ✭ 53 (+65.63%)
Mutual labels:  firebase-auth
vuefire-auth
Vue2-Auth-Email Verification with Firebase🔥
Stars: ✭ 29 (-9.37%)
Mutual labels:  firebase-auth
Key-Checker
Go scripts for checking API key / access token validity
Stars: ✭ 190 (+493.75%)
Mutual labels:  token
conduit
Conduit - Open Source 0x Relayer API implemented in NodeJS
Stars: ✭ 18 (-43.75%)
Mutual labels:  token
club penguin game
A simple 2D multiplayer online game built using Flutter and Flame engine
Stars: ✭ 65 (+103.13%)
Mutual labels:  firebase-auth
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (+71.88%)
Mutual labels:  token

Firebase ID Token verifier

Code snippet to show how to verify Firebase ID tokens using Ruby.

FirebaseIDTokenVerifier class holds 2 methods: encode and decode.

The encode method is written just for testing purpose - I have other project where I use this method in my tests to generate a test JWT token and use it in further tests.

The decode method is actually what you need. It helps you to verify your Firebase ID token according to Firebase validation rules: Verify ID tokens using a third-party JWT library

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].