This example app demonstrates how to build a simple blogging service with Kotlin, Ktor, kotlinx.html and Okta.
Prerequisites
- Java 11+ installed
- Okta Developer Account created
- Clone repository:
$ git clone https://github.com/ruXlab/okta-ktor-nano-blogging-service $ cd okta-ktor-nano-blogging-service
- Run it!
$ ./gradlew run
- Head to localhost:8080 to check application running
Visit our Okta Developer Forums. You can also email [email protected] if would like to create a support ticket.
Apache 2.0, see LICENSE.