Skip to content

robdeas/toolbox-trivial-java-auth-client

Repository files navigation

#Toolbox :

This toolbox provides useful sample projects.

My "Toolbox" projects will be a series of projects designed to do common things in a number of different ways, from the complex to the trivial. They could be used as skeletons to start working on your own code, or by comparing different versions to understand what needs to be done to do things in a better way. They might also be useful as test stubs.

This project's documentation (including this README.md) is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License CC BY-SA 4.0 (Creative Commons Attribution-ShareAlike 4.0).

Code License:

This project's code is dual-licensed under the MIT License and the Apache License 2.0. (Followed by the full license texts)

You may choose to use this software under the terms of either the MIT License or the Apache License 2.0.

toolbox-trivial-java-auth-client

A simple application that uses an auth microservice

This is just an example of how to use Auth in Spring this uses a trivial auth service.

This version provides rest APIs as well as traditional Sring MVC web application pages using thymeleaf.

The Authentication is tied to the spring session.

If you want just a REST API project then that would normally involve Bearer Tokens.

About

A simple application that uses an auth microservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published