Releases: FoskyM/flarum-oauth-center
Releases · FoskyM/flarum-oauth-center
v1.3.0
v1.2.1
Fix: saving client
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
As you can see,
now you can set the visible fields for a rescource controller response,
the styles have been rewrite with less code and it now supports dark mode.
But unfortunately, we made an error in the previous version of forgetting to make clients' sensitive fields hidden, which would leak out the fields like client_secret in response.
For above reasons, you should update to this version at first time.
Features
- Feat: visible_fields for scopes (#13)
- Feat: simply manage tokens (#14)
- Feat: card style for authorize page
- Feat: show user info in small screen
Fixes
- Fix: major error forgetting to ignore sensitive fields in records (#16)
Others
- Improvement: no longer prohibit some fields of the default scope
- Refactor: styles for authorize page (#15)
- Perf: client info response
- Perf: authorize page
- Perf: settings page icon
Branch Dev-1.2.0: #17
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
Features
- Feat: add authorization records in user page
- Feat: add an option of authorization Method
- Feat: add an option of display mode
Others
- Pref: Settings Page
- Pref: Scope Page
- Pref: Client Page
- Pref: Scope Component
- Pref: Request Promise
Full Changelog: v1.0.4...v1.1.0
v1.0.4
v1.0.3
v1.0.2
Add permissions for OAuth.
If a user don't have permissions, he can't authorize to clients.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fix a bug
Full Changelog: v1.0.0...v1.0.1