Cubicroot

Results 21 issues of Cubicroot

Added support for additional authentication methods and implemented oauth with JWT tokens. Take a look in the changes in the README file to check out how authentication with oauth is...

enhancement
security

**What** Use a opanapi rendering tool like redoc or the swagger ui to generate a preview of the api documentation. Ideally this is created on-change of any documentation and displayed...

When adding oauth2 flows via the ui they seem to be missing in the yaml: ``` securitySchemes: petstore_auth: type: oauth2 ``` Copy pasted the mermade output to the swagger editor...

## Prerequisites * [x] I searched to see if the issue already exists. ## Description Add a new method that truncates the parsed part of the inputed string and returns...

Repeating dates that are marked as "all day" have the start time 00:00 and the end date from the next occuring date. So e.g. if I am adding a date...

App Version: 2.2.46 If I tap on a text based file a preview opens with an edit button. I can hit that button and will be send into an editor....

bug

If there are more than 24 hours between start and arrival the "time" value is not accurate. It does not take day changes into account.

As far as I can see there is no[ code challenge](https://www.oauth.com/oauth2-servers/pkce/authorization-request/) available in this package altough go-oauth2/oauth2 provides it. Can someone explain me how to use it inside this package...

This is a feature request to allow the user to set a time range and only if the screen is locked for longer than that the time is subtracted from...

enhancement

Currently it is only possible to add a new client but not remove any clients. If e.g. I collect all clients in my config file and later remove one there...