Skip to content

Commit

Permalink
Support PKCE auth flow & cleanup code (indico#10)
Browse files Browse the repository at this point in the history
* Refactor code and add PKCE flow option
* Add and apply indico linting rules
* Use same date format everywhere
  • Loading branch information
javfg committed Jul 27, 2021
1 parent 31a130e commit d973cc5
Show file tree
Hide file tree
Showing 29 changed files with 14,609 additions and 8,466 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root=true

[*]
indent_style=space
indent_size=2
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
insert_final_newline=true
17 changes: 17 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
env:
browser: true
es6: true

extends:
- 'indico'
- 'indico/prettier'

rules:
no-implicit-globals: off
no-unused-vars: off
no-undef: off
strict: off
prefer-template: error

parserOptions:
ecmaVersion: 2018
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"eslint-config-indico/prettier-config"
7 changes: 0 additions & 7 deletions THANKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,4 @@ and easier web development.
Code licensed under Apache License v2.0, documentation under CC BY 3.0.
<http://getbootstrap.com/>

ui-bootstrap are the native AngularJS (Angular) directives for Twitter's Bootstrap.
<http://angular-ui.github.io/bootstrap/>

jsOAuth is a Javascript implimentation of the OAuth protocol.
<http://bytespider.github.io/jsOAuth/>
Licensed under MIT license

See also the AUTHORS.
Loading

0 comments on commit d973cc5

Please sign in to comment.