File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+ ## [ 5.3.0] - 2022-01-30
10
+
11
+ ### Added
12
+ - Support for oAuth Authorization Code flow!
13
+ - Skip login screen for already logged in users, but still get new auth code from the server.
14
+ - If prompt = consent always show the Consent screen even when already have given consent previously.
15
+ - Display previous auth message if person has previously authed with Hylo
16
+ - Display when an app is asking for offline_access
17
+
9
18
## [ 5.2.0] - 2022-01-20
10
19
11
20
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hylo-evo" ,
3
+ "stack" : " heroku-20" ,
3
4
"scripts" : {
4
5
},
5
6
"env" : {
38
39
"formation" : {
39
40
},
40
41
"addons" : [
41
-
42
42
],
43
43
"buildpacks" : [
44
44
{
45
45
"url" : " https://github.com/Hylozoic/heroku-buildpack-nodejs.git#run-webpack-build-v182"
46
46
}
47
- ],
48
- "stack" : " heroku-18"
47
+ ]
49
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hylo-evo" ,
3
3
"description" : " Hylo Frontend" ,
4
- "version" : " 5.2 .0" ,
4
+ "version" : " 5.3 .0" ,
5
5
"private" : true ,
6
6
"engines" : {
7
7
"node" : " 16.13.2" ,
You can’t perform that action at this time.
0 commit comments