All Projects → AndreasVolkmann → ktor-auth-jwt-sample

AndreasVolkmann / ktor-auth-jwt-sample

Licence: other
A simple but slightly more elaborate example of how to include JWT in the Ktor application flow.

Programming Languages

kotlin
9241 projects

Labels

Projects that are alternatives of or similar to ktor-auth-jwt-sample

JavaneseBackend
Javanese.online website back-end
Stars: ✭ 31 (-69%)
Mutual labels:  ktor
multi-projects-architecture-with-Ktor
A Ktor real world example built on multi-projects architecture
Stars: ✭ 29 (-71%)
Mutual labels:  ktor
tmdb-api
This Kotlin Multiplatform library is for accessing the TMDB API to get movie and TV show content. Using for Android, iOS, and JS projects.
Stars: ✭ 31 (-69%)
Mutual labels:  ktor
RocketXDelight-Playground
Native Android application built with Kotlin and Jetpack Compose. This project also illustrates the usage of advanced libraries such as Ktor, SqlDelight, Hilt, etc with the recommended practices and Unit Tests.
Stars: ✭ 37 (-63%)
Mutual labels:  ktor
local-data-api
Data API for local, you can write unittest for AWS Aurora Serverless's Data API
Stars: ✭ 99 (-1%)
Mutual labels:  ktor
Lastik
Kotlin Multiplatform + Jetpack Compose pet project, based on www.last.fm/api (in development)
Stars: ✭ 37 (-63%)
Mutual labels:  ktor
Ktor-OpenAPI-Generator
Ktor OpenAPI/Swagger 3 Generator
Stars: ✭ 203 (+103%)
Mutual labels:  ktor
ktor-hexagonal-multimodule
Template project to build ktor-based multi-module web service with Kotlin using Hexagonal architecture
Stars: ✭ 30 (-70%)
Mutual labels:  ktor
ToDometer Multiplatform
WIP Kotlin Multiplatform project: A meter to-do list built with Android Jetpack, Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, SwiftUI, Ktor Server / Client, Exposed...
Stars: ✭ 145 (+45%)
Mutual labels:  ktor
meu kumbu
💵Meu Kumbu 💰 (Means My Money) is a template app that people can use to build their owns Wallet 🤑 or a mobile 🏦 banking app.
Stars: ✭ 55 (-45%)
Mutual labels:  ktor
kotlin-ktor-realworld-example-app
Real world backend API built in Kotlin with Ktor + Kodein + Exposed
Stars: ✭ 117 (+17%)
Mutual labels:  ktor
kotlin-simple-architecture
Kotlin Simple Architecture
Stars: ✭ 35 (-65%)
Mutual labels:  ktor
intro-kotlin-mutliplatform
Kotlin Multiplatform project (MPP), JVM and JS
Stars: ✭ 21 (-79%)
Mutual labels:  ktor
kmm
Rick & Morty Kotlin Multiplatform Mobile: Ktor, Sqldelight, Koin, Flow, MVI, SwiftUI, Compose
Stars: ✭ 52 (-48%)
Mutual labels:  ktor
xodus-entity-browser
Web UI entity browser for xodus database
Stars: ✭ 56 (-44%)
Mutual labels:  ktor
ComposeTodo
Sample project to play with Jetpack Compose on Android, Desktop and Web
Stars: ✭ 64 (-36%)
Mutual labels:  ktor
jellyfin-sdk-kotlin
Kotlin SDK for Jellyfin, supporting Android and JVM Targets
Stars: ✭ 43 (-57%)
Mutual labels:  ktor
kompendium
Ktor OpenAPI Spec Generator
Stars: ✭ 46 (-54%)
Mutual labels:  ktor
RiRi
An optical character recognition mobile application built using Kotlin Multiplatform Mobile and Azure Cognitive Services
Stars: ✭ 31 (-69%)
Mutual labels:  ktor
Duga
Stack Exchange Chat bot
Stars: ✭ 20 (-80%)
Mutual labels:  ktor

Ktor Authentication using Json Web Token

A simple but slightly more elaborate example of how to include JWT in the Ktor application flow.

Module.kt contains the server setup, including the Routing.

There is a public login route, which responds with JWTs.

These are used to access the secret route.

The JWT configuration can be found in JwtConfig.kt.

Tests can be found in ServerTest.kt

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].