Skip to content

jcavat/akka-http-with-bearer-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka snippet with OAuth2 Bearer

Summary

This snippet use the g8 akka-http-quickstart template and use OAuth2 baerer to authenticate.

The list of tokens are given in the application.conf file in src/main/resources folder.

Run the server with sbt run and try:

curl -H "Authorization: Bearer ABCD" http://localhost:8080/users

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages