Skip to content

Commit

Permalink
v.2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhamez committed Oct 28, 2021
1 parent 48b7648 commit 2cee4ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

### Changelog

#### next
#### 2.6.0

Switched to EVE SSOv2

- **Breaking Change**: The callback URL changed to `http://your.domain.tld/api/callback`
- **Breaking Change**: The callback URL changed to `http://your.domain.tld/api/callback`, adjust on
developers.eveonline.com and in the environment variables SSO_URL and WALLET_URL.
- **Breaking Change**: The OAuth login URL in the environment variables SSO_URL and WALLET_URL changed to
`https://login.eveonline.com/v2/oauth/authorize/`
`https://login.eveonline.com/v2/oauth/authorize/`.

### Setup

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.bravebucks.eve</groupId>
<artifactId>braveBucks</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<packaging>war</packaging>
<name>BraveBucks</name>

Expand Down

0 comments on commit 2cee4ea

Please sign in to comment.