Add "reference" implementation

pull/242/head
Kevin Fitzpatrick 2016-10-11 14:03:24 -07:00 committed by GitHub
parent 1c23399e4e
commit fa3012bc09
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ _NOTE: JWT is never generated by the database. Influx OSS just checks that it is
## Desired Auth Flow with Mr Fusion using Bolt.
This describes what we'd like to see.
This describes what we'd like to see. And [here](https://gist.github.com/kfitzpatrick/bf4c178876be5aa0b7ae069707b4528e) is a quick reference implementation.
_NOTE: Bolt might initially be replaced with a flat file. Obviously, we'd like to ship with Bolt. After that the plan is to be able to store in other system such as Influx, etcd, etc…_
![MrFusion auth sequence diagram](./Proposed_MrFusion_with_Bolt.png)