Code Monkey home page Code Monkey logo

bolius_login's Introduction

Bolius central login

This project is the Bolius login React page. It is a single page app that allow external applications to use a central login service.

The actual login is using Amazon Cognito, and support various login mechanisms, where username/password and facebook is the most used ones.

When successfully logged in, a JSON Web token (JWT) is issued from Amazon cognito, and this token can be used as validation for other systems, including the TYPO3 website and the api.bolius.dk

Sending success_url parameters

To have the loginsite redirect the enduser to another page after success login, a queryParameter success_url can be included in the request, and the user will be sent to that URL after login with the issued JWT appended as query param.

Example:

https://login.bolius.dk/?success_url=http://example.com/token

Will send the user to the follwin page on successful login.

http://example.com/token?jwt=

Custom styling

The loginpage support a few different styling controlled by the ?ref=XXX query Param. Currently only ref=husetskalender is supported.

Refreshing JWT login tokens

The issued JWT has a limited lifetime where its valid. To refresh the login, and issue a new JWT call the /refresh endpoint, possibly with a ?redirect_url parameter to send the user back.

bolius_login's People

Contributors

larsbolvig avatar dvinge avatar

Watchers

James Cloos avatar  avatar Jan-Erik Revsbech avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.